From 44e448bc2bc6773fefc847620648729a24cf1f6c Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Tue, 2 Oct 2018 12:15:33 +0100 Subject: [PATCH 1/2] 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)]") From 4d5f739e96fa7c9ec95d2d52bc0457cb6f923d45 Mon Sep 17 00:00:00 2001 From: ParadiseSS13-Bot Date: Tue, 2 Oct 2018 12:39:27 -0400 Subject: [PATCH 2/2] Automatic changelog generation for PR #9670 [ci skip] --- html/changelogs/AutoChangeLog-pr-9670.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-9670.yml diff --git a/html/changelogs/AutoChangeLog-pr-9670.yml b/html/changelogs/AutoChangeLog-pr-9670.yml new file mode 100644 index 00000000000..f74732ecc52 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-9670.yml @@ -0,0 +1,4 @@ +author: "Birdtalon" +delete-after: True +changes: + - bugfix: "Small formatting fix in soulstone.dm"