Commit 0d32affc authored by wind2009's avatar wind2009

Merge branch 'patch-6' into 'master'

Fix 光の波動

See merge request !143
parents 76b095c2 e452c764
...@@ -55,7 +55,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local coin=Duel.TossCoin(tp,1) local coin=Duel.TossCoin(tp,1)
if coin==0 then if coin==0 then
c:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY,0,3,0,aux.Stringid(id,3)) c:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY,EFFECT_FLAG_CLIENT_HINT,3,0,aux.Stringid(id,3))
end end
end end
function s.upcon(e,c) function s.upcon(e,c)
......
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