Commit e13945f9 authored by mercury233's avatar mercury233

fix

parent 07b4ed98
......@@ -80,7 +80,7 @@ function c52714670.ermop(e,tp,eg,ep,ev,re,r,rp)
Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)
end
function c52714670.rmcfilter(c,tp)
return c:IsControler(tp) and c:IsFaceup() and c:IsSetCard(0x105)
return c:IsControler(tp) and c:IsFaceup() and c:IsSetCard(0x105) and c:GetPreviousControler()==tp
end
function c52714670.rmcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c52714670.rmcfilter,1,e:GetHandler(),tp) and e:GetHandler():IsStatus(STATUS_EFFECT_ENABLED)
......
......@@ -57,7 +57,7 @@ function c66719533.drop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c66719533.effilter(c,tp)
return c:IsFaceup() and c:IsSetCard(0x105) and c:IsControler(tp)
return c:IsFaceup() and c:IsSetCard(0x105) and c:IsControler(tp) and c:GetPreviousControler()==tp
end
function c66719533.effcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c66719533.effilter,1,nil,tp)
......
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