deleted one more print in stats

This commit is contained in:
neckrat 2026-04-25 12:40:55 +03:00
parent 7242ad44ed
commit 3ef6cfcfaf

View File

@ -22,7 +22,6 @@ end
--- @param damage integer --- @param damage integer
function behavior:dealDamage(damage) function behavior:dealDamage(damage)
local effects = self.owner:has(Tree.behaviors.effects) local effects = self.owner:has(Tree.behaviors.effects)
print("[Stats]: применяем эффект")
if effects then damage = effects:beforeDamage(damage) end if effects then damage = effects:beforeDamage(damage) end
self.hp = self.hp - damage self.hp = self.hp - damage
self:checkStats() self:checkStats()