Commit 68be34ce authored by DailyShana's avatar DailyShana

fix

parent e95b175e
...@@ -56,7 +56,8 @@ function c5050644.reop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,7 +56,8 @@ function c5050644.reop1(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
end end
function c5050644.cfilter2(c,tp) 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 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)
end end
function c5050644.recon2(e,tp,eg,ep,ev,re,r,rp) function c5050644.recon2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c5050644.cfilter2,1,nil,tp) 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