Allow eating and drinking to be cancelled. (#15434)
This commit is contained in:
@@ -282,7 +282,6 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
// Mice and the like can eat without hands.
|
||||
// TODO maybe set this based on some CanEatWithoutHands event or component?
|
||||
NeedHand = forceDrink,
|
||||
CancelDuplicate = false,
|
||||
};
|
||||
|
||||
_doAfterSystem.TryStartDoAfter(doAfterEventArgs);
|
||||
|
||||
Reference in New Issue
Block a user