Commit 300104ff authored by mercury233's avatar mercury233 Committed by GitHub

fix 天照大神

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