From 44e448bc2bc6773fefc847620648729a24cf1f6c Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Tue, 2 Oct 2018 12:15:33 +0100 Subject: [PATCH] formatting error fix --- code/game/gamemodes/wizard/soulstone.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/wizard/soulstone.dm b/code/game/gamemodes/wizard/soulstone.dm index 4bd7f3004d8..e4e3f683e04 100644 --- a/code/game/gamemodes/wizard/soulstone.dm +++ b/code/game/gamemodes/wizard/soulstone.dm @@ -67,7 +67,7 @@ return ..() if(iscultist(user) && iscultist(M)) - to_chat(user, "\"Come now, do not capture your fellow's soul.\") + to_chat(user, "\"Come now, do not capture your fellow's soul.\"") return ..() M.create_attack_log("Has had their soul captured with [src.name] by [key_name(user)]")