Commit 0ca90ee2 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c60000169.lua

parent 4c0b3bc7
......@@ -81,7 +81,7 @@ function cm.tttcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsPlayerAffectedByEffect(e:GetHandlerPlayer(),60000163) and e:GetHandler():GetOverlayCount()==0
end
function cm.cpcon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_SPELL) and re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:GetHandler():GetType()~=TYPE_SPELL and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) --and re:GetHandler()==e:GetHandler()
return re:IsActiveType(TYPE_SPELL) and re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:GetHandler():GetType()~=TYPE_SPELL and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and aux.IsCodeListed(re:GetHandler(),60000163) --and re:GetHandler()==e:GetHandler()
end
function cm.cptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_EFFECT) 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