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)]")
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"