Commit fb2ab5e3 authored by DailyShana's avatar DailyShana

fix

parent 9ff8efab
......@@ -48,7 +48,7 @@ function c30500113.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c30500113.cfilter2(c,tp)
return c:IsSetCard(0xba) and c:IsReason(REASON_EFFECT)
return c:IsSetCard(0xba) and c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE)
and c:GetPreviousControler()==tp and c:IsPreviousPosition(POS_FACEUP)
end
function c30500113.thcon(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -57,7 +57,7 @@ function c5050644.reop1(e,tp,eg,ep,ev,re,r,rp)
end
function c5050644.cfilter2(c,tp)
return c:IsSetCard(0xc9) and c:IsReason(REASON_DESTROY) and c:IsReason(REASON_BATTLE+REASON_EFFECT)
and c:GetPreviousControler()==tp and c:IsPreviousPosition(POS_FACEUP)
and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP)
end
function c5050644.recon2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c5050644.cfilter2,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