fix mice eating (#23801)
* fix mice eating * actually just ignore utensils
This commit is contained in:
parent
7450507136
commit
3fb0bd9d4b
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue