Add some on-screen FX for some items
This commit is contained in:
@@ -115,6 +115,7 @@ public class EffectService
|
||||
enemy.OnAbsorb();
|
||||
}
|
||||
_player.HealthComponent.Heal((int)hpToAbsorb);
|
||||
_player.PlaySpellFX(SpellFXEnum.Kyuuketsuki);
|
||||
GD.Print("HP to absorb: " + hpToAbsorb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user