Commit 58c5c06e authored by Tachibana's avatar Tachibana

得得得得得

parent 33e33cb2
Pipeline #11486 passed with stages
in 31 minutes and 47 seconds
......@@ -32,15 +32,15 @@ function cm.initial_effect(c)
local e4=e3:Clone()
e4:SetValue(aux.ChangeBattleDamage(0,HALF_DAMAGE))
c:RegisterEffect(e4)
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(m,0))
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e3:SetRange(LOCATION_MZONE)
e3:SetCost(cm.drcost)
e3:SetOperation(cm.disop)
c:RegisterEffect(e3)
local e5=Effect.CreateEffect(c)
e5:SetDescription(aux.Stringid(m,0))
e5:SetType(EFFECT_TYPE_QUICK_O)
e5:SetCode(EVENT_FREE_CHAIN)
e5:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e5:SetRange(LOCATION_MZONE)
e5:SetCost(cm.drcost)
e5:SetOperation(cm.disop)
c:RegisterEffect(e5)
end
function cm.indcon(e)
return e:GetHandler():IsAttackPos()
......
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