Commit 6d4cb3ca authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c31710046.lua

parent cb801572
......@@ -127,13 +127,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,31710046,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(1-tp,31710046,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,31710046)*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