Commit 47d3a3af authored by nanahira's avatar nanahira

fix

parent 2197aaab
Pipeline #35805 passed with stage
in 24 seconds
......@@ -1178,6 +1178,10 @@ function cm.NanahiraTrap(c,...)
if te:GetCode()==EVENT_FREE_CHAIN then
e1:SetHintTiming(0x1e0)
end
e1:SetProperty(e1:GetProperty() | EFFECT_FLAG_DAMAGE_STEP)
if c:IsType(TYPE_COUNTER) then
e1:SetProperty(e1:GetProperty() | EFFECT_FLAG_DAMAGE_CAL)
end
e1:SetCost(cm.SelfReleaseCost)
e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) then return false 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