Commit 0eba5de6 authored by mercury233's avatar mercury233

fix

parent 4dcde6ec
......@@ -46,7 +46,7 @@ end
function c101008019.condition(e,tp,eg,ep,ev,re,r,rp)
if rp==tp or not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
local tg=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
return tg:IsContains(e:GetHandler()) and e:GetHandler():IsFacedown()
return tg and tg:IsContains(e:GetHandler()) and e:GetHandler():IsFacedown()
end
function c101008019.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
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