From 2d433e71de30377f85c2371368b9d60c31e0d533 Mon Sep 17 00:00:00 2001
From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com>
Date: Tue, 26 Apr 2022 15:07:58 +0100
Subject: [PATCH] grammar
---
code/datums/elements/trash.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/datums/elements/trash.dm b/code/datums/elements/trash.dm
index fb46cf37d6..97864cd5f2 100644
--- a/code/datums/elements/trash.dm
+++ b/code/datums/elements/trash.dm
@@ -12,7 +12,7 @@
playsound(H.loc,'sound/items/eatfood.ogg', rand(10,50), 1)
if(H.vore_selected)
H.visible_message("[H] [H.vore_selected.vore_verb]s the [source.name] into their [H.vore_selected.name]",
- "You [H.vore_selected.vore_verb]s the [source.name] into your [H.vore_selected.name]")
+ "You [H.vore_selected.vore_verb] the [source.name] into your [H.vore_selected.name]")
source.forceMove(H.vore_selected)
else
H.visible_message("[H] consumes the [source.name].")