Commit 0b1326a5 authored by fallenstardust's avatar fallenstardust

fix LEDE-JP059 script

parent 9540f764
...@@ -34,7 +34,7 @@ function c101204059.initial_effect(c) ...@@ -34,7 +34,7 @@ function c101204059.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c101204059.indcon(e) function c101204059.indcon(e)
return Duel.GetCurrentPhase()==PHASE_MAIN1 and Duel.GetTurnPlayer()==tp return Duel.GetCurrentPhase()==PHASE_MAIN1 and Duel.GetTurnPlayer()==e:GetHandlerPlayer()
end end
function c101204059.indtg(e,c) function c101204059.indtg(e,c)
return c:IsRace(RACE_DRAGON) and c:IsAttribute(ATTRIBUTE_FIRE) return c:IsRace(RACE_DRAGON) and c:IsAttribute(ATTRIBUTE_FIRE)
......
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