Implement traits system (#10693)
This commit is contained in:
@@ -160,9 +160,6 @@ namespace Content.Server.Nutrition.Components
|
||||
{
|
||||
_currentHunger -= frametime * ActualDecayRate;
|
||||
UpdateCurrentThreshold();
|
||||
|
||||
if (_currentHungerThreshold != HungerThreshold.Dead)
|
||||
return;
|
||||
}
|
||||
|
||||
private void UpdateCurrentThreshold()
|
||||
|
||||
Reference in New Issue
Block a user