Commit cb801572 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c31710019.lua

parent 4cc55d49
......@@ -128,13 +128,13 @@ function s.mzfilter(c)
return c:IsLinkSetCard(0x690) and c:IsRace(RACE_MACHINE)
end
function s.checkop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(1-tp,id,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(tp,31710019,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(1-tp,31710019,RESET_PHASE+PHASE_END,0,1)
end
function s.atkval(e,c)
local ph=Duel.GetCurrentPhase()
if ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE then
return Duel.GetFlagEffect(tp,10019)*1000
return Duel.GetFlagEffect(tp,31710019)*1000
else
return 0
......
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