From b6c1ef9ec76e287b1e2a43a9a8ecc3d27fc70f49 Mon Sep 17 00:00:00 2001 From: lewcc Date: Wed, 13 Oct 2021 19:57:52 -0400 Subject: [PATCH] Update to use owner.visible message --- code/modules/surgery/organs/augments_internal.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/surgery/organs/augments_internal.dm b/code/modules/surgery/organs/augments_internal.dm index db9dff4d582..f42d8314422 100644 --- a/code/modules/surgery/organs/augments_internal.dm +++ b/code/modules/surgery/organs/augments_internal.dm @@ -335,13 +335,13 @@ if(!owner || emp_proof) return owner.vomit(100, FALSE, TRUE, 3, FALSE) // because when else do we ever use projectile vomiting - owner.loc.visible_message("The contents of [owner]'s stomach erupt violently from [owner.p_their()] mouth!", - "You hear vomiting and a sickening splattering against the floor!") + 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!") 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 addtimer(CALLBACK(src, .proc/emp_cool), 60 SECONDS) - to_chat(owner, "You feel like your insides are burning!") /obj/item/organ/internal/cyberimp/chest/nutriment/plus name = "Nutriment pump implant PLUS"