Clean up
This commit is contained in:
@@ -325,6 +325,9 @@ public partial class Player : CharacterBody3D, IPlayer
|
||||
|
||||
private void OnHealthTimerTimeout()
|
||||
{
|
||||
if (Stats.CurrentHP.Value <= 0)
|
||||
return;
|
||||
|
||||
if (Stats.CurrentVT.Value > 0)
|
||||
{
|
||||
if (Inventory.EquippedAccessory.Value.AccessoryTags.Contains(AccessoryTag.HalfVTConsumption))
|
||||
|
||||
Reference in New Issue
Block a user