Commit 79f56443 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix 竜装合体 ドラゴニック・ホープレイ (#2457)

parent b2bb47f8
...@@ -17,7 +17,6 @@ function c75402014.initial_effect(c) ...@@ -17,7 +17,6 @@ function c75402014.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetCode(EVENT_BE_BATTLE_TARGET) e2:SetCode(EVENT_BE_BATTLE_TARGET)
e2:SetCondition(aux.TRUE)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--disable --disable
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment