Commit 756f6137 authored by Satty's avatar Satty

Merge branch 'master' of git.moenext.com:alstroemeria-silentlove/ygopro-222DIY-cards

parents 01a0d43d 7d8486e8
Pipeline #35806 passed with stages
in 47 minutes and 43 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