From c0010a0249d34ce4fcda2b5f50df8ac7a30c09cd Mon Sep 17 00:00:00 2001 From: farie82 Date: Sun, 16 Feb 2020 01:36:51 +0100 Subject: [PATCH] Makes the mindslave message bigger (#12960) --- code/game/objects/items/weapons/implants/implant_traitor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/implants/implant_traitor.dm b/code/game/objects/items/weapons/implants/implant_traitor.dm index f281353c62f..05d2363ee01 100644 --- a/code/game/objects/items/weapons/implants/implant_traitor.dm +++ b/code/game/objects/items/weapons/implants/implant_traitor.dm @@ -48,7 +48,7 @@ return -1 mindslave_target.implanting = 1 - to_chat(mindslave_target, "You feel completely loyal to [user.name].") + to_chat(mindslave_target, "You feel completely loyal to [user.name].") if(!(user.mind in SSticker.mode.implanter)) SSticker.mode.implanter[user.mind] = list() implanters = SSticker.mode.implanter[user.mind] @@ -57,7 +57,7 @@ SSticker.mode.implanted[mindslave_target.mind] = user.mind SSticker.mode.implanter[user.mind] = implanters - to_chat(mindslave_target, "You're now completely loyal to [user.name]! You now must lay down your life to protect [user.p_them()] and assist in [user.p_their()] goals at any cost.") + to_chat(mindslave_target, "You're now completely loyal to [user.name]! You now must lay down your life to protect [user.p_them()] and assist in [user.p_their()] goals at any cost.") var/datum/objective/protect/mindslave/MS = new MS.owner = mindslave_target.mind