mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Adds an additional \
This commit is contained in:
@@ -815,7 +815,7 @@ var/list/sacrificed = list()
|
|||||||
if (cultist == user) //just to be sure.
|
if (cultist == user) //just to be sure.
|
||||||
return
|
return
|
||||||
if(cultist.buckled || cultist.handcuffed || (!isturf(cultist.loc) && !istype(cultist.loc, /obj/structure/closet)))
|
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()
|
return fizzle()
|
||||||
cultist.loc = src.loc
|
cultist.loc = src.loc
|
||||||
cultist.lying = 1
|
cultist.lying = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user