From 4eda36e3bd6492d8eae4f8c513da8244fe622977 Mon Sep 17 00:00:00 2001 From: Teebonesnek <137809227+Teebonesnek@users.noreply.github.com> Date: Sun, 2 Jul 2023 10:52:02 +0100 Subject: [PATCH] Minor SPaG fix in vomiting section (#21468) --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index ada4f547865..c30d0f2efe8 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -106,7 +106,7 @@ if(!blood && nutrition < 100) // Nutrition vomiting while already starving if(message) visible_message("[src] dry heaves!", \ - "You try to throw up, but there's nothing your stomach!") + "You try to throw up, but there's nothing in your stomach!") if(stun) Weaken(20 SECONDS) return