Commit d7a9f5d2 authored by wind2009's avatar wind2009

Fix フルスピード・ウォリアー

parent 495faae8
No preview for this file type
...@@ -46,5 +46,5 @@ function s.atkcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,5 +46,5 @@ function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsBattlePhase() and Duel.GetTurnPlayer()==e:GetHandlerPlayer() return Duel.IsBattlePhase() and Duel.GetTurnPlayer()==e:GetHandlerPlayer()
end end
function s.atktg(e,c) function s.atktg(e,c)
return aux.IsCodeListed(c,60800381) or c:IsOriginalSetCard(0x43) and c:IsType(TYPE_SYNCHRO) return aux.IsCodeListed(c,60800381) or c:IsOriginalSetCard(0x66) and c:IsType(TYPE_SYNCHRO)
end end
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