Rejuvenate now sets your damage state to Alive.

This commit is contained in:
Víctor Aguilera Puerto
2020-10-28 10:08:09 +01:00
parent a1c6d08b87
commit cda34e9d6f

View File

@@ -58,6 +58,7 @@ namespace Content.Server.GlobalVerbs
if (target.TryGetComponent(out IDamageableComponent damage))
{
damage.Heal();
damage.CurrentState = DamageState.Alive;
}
if (target.TryGetComponent(out HungerComponent hunger))