Commit 4c9f4146 authored by salix5's avatar salix5

Merge pull request #1492 from Steeldarkeagel/patch-53

Update c81907872.lua
parents 46a13055 7abbc5bc
......@@ -48,7 +48,7 @@ function c81907872.posop(e,tp,eg,ep,ev,re,r,rp)
end
function c81907872.cfilter(c,tp)
return c:IsControler(tp) and c:GetPreviousControler()==tp and c:IsSetCard(0x8d) and c:IsReason(REASON_DESTROY) and c:IsType(TYPE_MONSTER)
and (not c:IsReason(REASON_BATTLE) or c==Duel.GetAttackTarget())
and (not c:IsReason(REASON_BATTLE) or c==Duel.GetAttackTarget()) and not c:IsPreviousLocation(LOCATION_SZONE)
end
function c81907872.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp~=tp and eg:IsExists(c81907872.cfilter,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