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