Commit 454662a1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c64836058.lua

parent 6220cdbd
...@@ -34,7 +34,7 @@ end ...@@ -34,7 +34,7 @@ end
function s.actcon(e) function s.actcon(e)
local c=e:GetHandler() local c=e:GetHandler()
local tp=e:GetHandlerPlayer() local tp=e:GetHandlerPlayer()
return c:GetTurnID()==Duel.GetTurnCount() and Duel.GetTurnPlayer()==1-tp and Duel.GetFlagEffect(tp,64836050)>0 return Duel.GetFlagEffect(tp,64836050)>0
end end
-- --
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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