Commit 3a7d3cee authored by Huangnan's avatar Huangnan

fix

parent e31440f3
Pipeline #42123 failed with stages
in 4 minutes and 6 seconds
......@@ -33,7 +33,7 @@ function c92369087.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local rc=Duel.SelectMatchingCard(tp,Card.IsAbleToRemove,tp,LOCATION_HAND,0,1,1,nil,POS_FACEDOWN):GetFirst()
local fid=c:GetFieldID()
if rc and Duel.Remove(rc,POS_FACEUP,REASON_EFFECT)>0 then
if rc and Duel.Remove(rc,POS_FACEDOWN,REASON_EFFECT)>0 then
rc:RegisterFlagEffect(92369087,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,5,fid)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
......
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