fix mice eating (#23801)

* fix mice eating

* actually just ignore utensils
This commit is contained in:
themias
2024-01-09 13:17:04 -05:00
committed by GitHub
parent 7450507136
commit 3fb0bd9d4b

View File

@@ -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;