Add some on-screen FX for some items

This commit is contained in:
2026-02-26 02:56:16 -08:00
parent fadb1652d4
commit bf168a2577
9 changed files with 1049 additions and 1487 deletions

View File

@@ -115,6 +115,7 @@ public class EffectService
enemy.OnAbsorb();
}
_player.HealthComponent.Heal((int)hpToAbsorb);
_player.PlaySpellFX(SpellFXEnum.Kyuuketsuki);
GD.Print("HP to absorb: " + hpToAbsorb);
}