fix mice eating (#23801)
* fix mice eating * actually just ignore utensils
This commit is contained in:
@@ -426,7 +426,7 @@ public sealed class FoodSystem : EntitySystem
|
||||
return true;
|
||||
|
||||
if (!Resolve(user, ref hands, false))
|
||||
return false;
|
||||
return true; //mice
|
||||
|
||||
var usedTypes = UtensilType.None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user