diff --git a/code/game/objects/items/stacks/stack.dm b/code/game/objects/items/stacks/stack.dm
index 23142e79b34..478215f39b1 100644
--- a/code/game/objects/items/stacks/stack.dm
+++ b/code/game/objects/items/stacks/stack.dm
@@ -218,7 +218,7 @@
if(usr.holy_check())
return
if(!is_level_reachable(usr.z))
- to_chat(usr, "\The energies of this place interfere with the metal shaping!")
+ to_chat(usr, "The energies of this place interfere with the metal shaping!")
return
if(locate(/obj/structure/cult) in get_turf(src))
to_chat(usr, "There is a structure here!")