From 41e6eefc07c62c86cbc2de3d3de5c7f20f2b07ad Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Thu, 14 Oct 2021 10:48:45 -0400 Subject: [PATCH] Add missing span Co-authored-by: Farie82 --- code/modules/surgery/organs/augments_internal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/augments_internal.dm b/code/modules/surgery/organs/augments_internal.dm index f42d8314422..4eed6c9ff8d 100644 --- a/code/modules/surgery/organs/augments_internal.dm +++ b/code/modules/surgery/organs/augments_internal.dm @@ -337,7 +337,7 @@ owner.vomit(100, FALSE, TRUE, 3, FALSE) // because when else do we ever use projectile vomiting owner.visible_message("The contents of [owner]'s stomach erupt violently from [owner.p_their()] mouth!", "You feel like your insides are burning as you vomit profusely!", - "You hear vomiting and a sickening splattering against the floor!") + "You hear vomiting and a sickening splattering against the floor!") owner.reagents.add_reagent("????",poison_amount / severity) //food poisoning disabled_by_emp = TRUE // Disable the implant for a little bit so this effect actually matters synthesizing = FALSE