Commit 4d83c5ce authored by mercury233's avatar mercury233 Committed by GitHub

fix 氷剣竜ミラジェイド

parent 9d2f4b73
......@@ -63,7 +63,10 @@ function c44146295.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(sg)
Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)
end
e:GetHandler():RegisterFlagEffect(44146295,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,2)
local c=e:GetHandler()
if c:IsRelateToEffect(e) then
c:RegisterFlagEffect(44146295,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,2)
end
end
function c44146295.descon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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