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

Replace c60152903.lua

parent 4aec4970
...@@ -57,11 +57,9 @@ function c60152903.checkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,11 +57,9 @@ function c60152903.checkop(e,tp,eg,ep,ev,re,r,rp)
local c0,c1=Duel.GetBattleMonster(0) local c0,c1=Duel.GetBattleMonster(0)
if c60152903.check(c0) then if c60152903.check(c0) then
Duel.RegisterFlagEffect(0,60152903,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(0,60152903,RESET_PHASE+PHASE_END,0,1)
Debug.Message(Duel.GetFlagEffect(tp,60152903))
end end
if c60152903.check(c1) then if c60152903.check(c1) then
Duel.RegisterFlagEffect(1,60152903,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(1,60152903,RESET_PHASE+PHASE_END,0,1)
Debug.Message(Duel.GetFlagEffect(tp,60152903))
end end
end end
function c60152903.con(e,tp,eg,ep,ev,re,r,rp) function c60152903.con(e,tp,eg,ep,ev,re,r,rp)
......
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