This commit is contained in:
2025-02-07 02:47:44 -08:00
parent fe1a1e61ef
commit b8e5794d48
15 changed files with 6 additions and 46 deletions

View File

@@ -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))