Commit 10f55808 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12007040.lua

parent 7d767672
...@@ -93,11 +93,11 @@ function cm.target(e,c) ...@@ -93,11 +93,11 @@ function cm.target(e,c)
local c=e:GetHandler() local c=e:GetHandler()
local g,te=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS,CHAININFO_TRIGGERING_EFFECT) local g,te=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS,CHAININFO_TRIGGERING_EFFECT)
return not (te and te:IsHasProperty(EFFECT_FLAG_CARD_TARGET)) return not (te and te:IsHasProperty(EFFECT_FLAG_CARD_TARGET))
or not (g and g:IsContains(c)) and c:IsSetCard(0xfb2) or not (g and g:IsContains(c))
end end
function cm.efilter(e,te) function cm.efilter(e,te)
return te:GetOwnerPlayer()~=e:GetHandlerPlayer() return te:GetOwnerPlayer()~=e:GetHandlerPlayer()
end end
function cm.eftg(e,c) function cm.eftg(e,c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xfb2) return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xfb2)
end end
\ No newline at end of file
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