Commit 26626cc6 authored by POLYMER's avatar POLYMER

fix

parent f85301da
...@@ -50,7 +50,7 @@ end ...@@ -50,7 +50,7 @@ end
function cm.ddcon(e,tp,eg,ep,ev,re,r,rp) function cm.ddcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local bc=c:GetBattleTarget() local bc=c:GetBattleTarget()
return c:IsRelateToBattle() and bc and bc:IsFaceup() and bc:IsRelateToBattle() return c:IsRelateToBattle() and bc and bc:IsFaceup() and bc:IsRelateToBattle() and bc:IsSummonLocation(LOCATION_EXTRA)
end end
function cm.ddtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.ddtg(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