Commit 02e9677e authored by salix5's avatar salix5

Merge pull request #203 from destdev/patch-2

Fix Chaofeng, Phantom of the Yang Zing
parents cafd81e6 7c0ccccd
...@@ -64,7 +64,7 @@ end ...@@ -64,7 +64,7 @@ end
function c19048328.thcon(e,tp,eg,ep,ev,re,r,rp) function c19048328.thcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsReason(REASON_DESTROY) and c:IsReason(REASON_BATTLE+REASON_EFFECT) return c:IsReason(REASON_DESTROY) and c:IsReason(REASON_BATTLE+REASON_EFFECT)
and c:GetSummonType()==SUMMON_TYPE_SYNCHRO and c:IsPreviousLocation(LOCATION_MZONE) and c:GetSummonType()==SUMMON_TYPE_SYNCHRO
end end
function c19048328.thfilter(c) function c19048328.thfilter(c)
return c:IsType(TYPE_TUNER) and c:IsAbleToHand() return c:IsType(TYPE_TUNER) and c:IsAbleToHand()
......
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