From 9c8050aeb60afff2d7e4ee0fd10bff4648902f74 Mon Sep 17 00:00:00 2001 From: iamgoofball Date: Fri, 14 Feb 2020 03:10:04 -0800 Subject: [PATCH] You son of a bitch! I'm fixed. --- 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 7e8cf7d1138..2990153e88a 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]) - H.say("I'm out! I quit! Whose kidneys are these?") + target.say("I'm out! I quit! Whose kidneys are these?") return TRUE return FALSE