Commit 79be716a authored by dest's avatar dest Committed by DailyShana

fix PSY-Framelord Zeta (#448)

parent c0a808a4
...@@ -54,7 +54,7 @@ function c37192109.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,7 @@ function c37192109.rmop(e,tp,eg,ep,ev,re,r,rp)
if oc:IsControler(tp) then if oc:IsControler(tp) then
oc:RegisterFlagEffect(37192109,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,0,rct,fid) oc:RegisterFlagEffect(37192109,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,0,rct,fid)
else else
oc:RegisterFlagEffect(37192109,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY+RESET_OPPO_TURN,0,1,fid) oc:RegisterFlagEffect(37192109,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY+RESET_OPPO_TURN,0,rct,fid)
end end
oc=og:GetNext() oc=og:GetNext()
end end
......
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