голод и жажда

This commit is contained in:
BIGZi0348
2025-01-06 20:01:20 +03:00
parent 3a586578e2
commit 0fb846f7b7
3 changed files with 24 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ public sealed class HungerSystem : EntitySystem
return;
//WD start
if (_net.IsServer && component.CurrentThreshold != HungerThreshold.Overfed)
if (_net.IsServer)
{
var ev = new MoodEffectEvent("Hunger" + component.CurrentThreshold);
RaiseLocalEvent(uid, ev);