Adds an additional \

This commit is contained in:
Jarcolr
2014-04-09 14:06:52 +03:00
parent ecde9b50b0
commit 5ca99dabe7

View File

@@ -815,7 +815,7 @@ var/list/sacrificed = list()
if (cultist == user) //just to be sure.
return
if(cultist.buckled || cultist.handcuffed || (!isturf(cultist.loc) && !istype(cultist.loc, /obj/structure/closet)))
user << "\red You cannot summon the [cultist], for his shackles of blood are strong."
user << "\red You cannot summon \the [cultist], for his shackles of blood are strong."
return fizzle()
cultist.loc = src.loc
cultist.lying = 1