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