From 05f6b970fdfcb379235d9e71e606c385216fd372 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Sep 2020 21:17:27 -0500 Subject: [PATCH] slave objective respects lewdchem prefs --- code/game/objects/items/implants/implant_slave.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/implants/implant_slave.dm b/code/game/objects/items/implants/implant_slave.dm index c1996538..8aa3b4fd 100644 --- a/code/game/objects/items/implants/implant_slave.dm +++ b/code/game/objects/items/implants/implant_slave.dm @@ -51,7 +51,7 @@ to_chat(target, "You feel something interfering with your mental conditioning, but you resist it!") else to_chat(target, "You feel a sense of peace and security. You are now enslaved to security.") - brainwash(target, "Obey all of security's commands, and be the perfect pet.") + brainwash(target, "[(target.client?.prefs.lewdchem?"Obey all of security's commands, and be the perfect pet.":"Obey all of security's commands.")]") target.sec_hud_set_implants() return TRUE return FALSE