Commit d6ffab3d authored by Nemo Ma's avatar Nemo Ma

Update c30002025.lua

parent bc024b22
...@@ -49,11 +49,7 @@ function c30002025.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,11 +49,7 @@ function c30002025.rmop(e,tp,eg,ep,ev,re,r,rp)
local og=Duel.GetOperatedGroup() local og=Duel.GetOperatedGroup()
local oc=og:GetFirst() local oc=og:GetFirst()
while oc do while oc do
if oc:IsControler(tp) then
oc:RegisterFlagEffect(30002025,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,0,1,fid) oc:RegisterFlagEffect(30002025,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,0,1,fid)
else
oc:RegisterFlagEffect(30002025,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY+RESET_OPPO_TURN,0,1,fid)
end
oc=og:GetNext() oc=og:GetNext()
end end
og:KeepAlive() og:KeepAlive()
......
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