Commit 9250cfa4 authored by Tachibana's avatar Tachibana

ndyd

parent 54f848d1
Pipeline #5307 failed with stages
in 17 minutes and 28 seconds
......@@ -51,9 +51,6 @@ function cm.initial_effect(c)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:SetValue(1)
c:RegisterEffect(e1)
--local e2=e1:Clone()
--e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
--c:RegisterEffect(e2)
--battle
local e3=e1:Clone()
e3:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
......@@ -65,6 +62,7 @@ function cm.initial_effect(c)
e4:SetCategory(CATEGORY_DISABLE+CATEGORY_DESTROY)
e4:SetCode(EVENT_CHAINING)
e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1,m+2)
e4:SetCondition(cm.discon)
e4:SetTarget(cm.distg)
e4:SetOperation(cm.disop)
......
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