Fix eat verb (#7306)

This commit is contained in:
mirrorcult
2022-03-27 15:50:48 -07:00
committed by GitHub
parent e428680f81
commit 0eb0a2634f

View File

@@ -254,7 +254,7 @@ namespace Content.Server.Nutrition.EntitySystems
{ {
Act = () => Act = () =>
{ {
TryFeed(uid, ev.User, component); TryFeed(ev.User, ev.User, component);
}, },
IconTexture = "/Textures/Interface/VerbIcons/cutlery.svg.192dpi.png", IconTexture = "/Textures/Interface/VerbIcons/cutlery.svg.192dpi.png",
Text = Loc.GetString("food-system-verb-eat"), Text = Loc.GetString("food-system-verb-eat"),