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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;