From aafcd54345740bdb183d6dfdeb8119d178a42d11 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 17 Feb 2020 15:59:40 -0800 Subject: [PATCH] Update implant_mindshield.dm --- code/game/objects/items/implants/implant_mindshield.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/implants/implant_mindshield.dm b/code/game/objects/items/implants/implant_mindshield.dm index 7130a8ac7a3..2b7cf55902e 100644 --- a/code/game/objects/items/implants/implant_mindshield.dm +++ b/code/game/objects/items/implants/implant_mindshield.dm @@ -47,7 +47,7 @@ target.sec_hud_set_implants() if(deconverted) if(prob(1) || SSevents.holidays && SSevents.holidays[APRIL_FOOLS]) - target.say("I'm out! I quit! Whose kidneys are these?", forced = TRUE) + target.say("I'm out! I quit! Whose kidneys are these?", forced = "They're out! They quit! Whose kidneys do they have?) return TRUE return FALSE