Skip to content

Commit 5c4a0f7

Browse files
Update Health.cs
1 parent ca5baf6 commit 5c4a0f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Runtime/Health.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void SetHealth(int amount, bool increaseMaxHealth)
9494
CurrentHealth = amount;
9595
if (increaseMaxHealth && amount > MaxHealth)
9696
{
97+
Debug.Log("Increasing max health to " + amount);
9798
MaxHealth = amount;
9899
}
99100
}

0 commit comments

Comments
 (0)