Commit b46513ab authored by salix5's avatar salix5

fix

parent d53b78b7
...@@ -27,7 +27,7 @@ function c59650656.initial_effect(c) ...@@ -27,7 +27,7 @@ function c59650656.initial_effect(c)
end end
function c59650656.cfilter(c,tp) function c59650656.cfilter(c,tp)
return c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_MZONE) return c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_MZONE)
and c:IsReason(REASON_DESTROY) and (c:IsReason(REASON_EFFECT) or (c:IsReason(REASON_BATTLE) and Duel.GetAttacker():IsControler(1-tp))) and (c:IsReason(REASON_DESTROY) and c:IsReason(REASON_EFFECT) or c:IsReason(REASON_BATTLE) and Duel.GetTurnPlayer()==1-tp)
and c:IsSetCard(0x7b) and c:IsType(TYPE_XYZ) and c:IsSetCard(0x7b) and c:IsType(TYPE_XYZ)
end end
function c59650656.descon(e,tp,eg,ep,ev,re,r,rp) function c59650656.descon(e,tp,eg,ep,ev,re,r,rp)
......
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