mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
removed some "\" and "\red"
This commit is contained in:
@@ -353,13 +353,6 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
|
||||
else
|
||||
M.LAssailant = user
|
||||
|
||||
if(isobserver(M))
|
||||
if(M.invisibility != 0)
|
||||
M.invisibility = 0
|
||||
user.visible_message( \
|
||||
"<span class='warning'>[user] drags the ghost to our plan of reality!</span>", \
|
||||
"<span class='warning'>You drag the ghost to our plan of reality!</span>" \
|
||||
)
|
||||
return
|
||||
if(!istype(M))
|
||||
return
|
||||
|
||||
@@ -110,23 +110,23 @@
|
||||
var/mob/dead/M = src
|
||||
if(src.invisibility != 0)
|
||||
M.invisibility = 0
|
||||
user.visible_message( \
|
||||
"\red [user] drags ghost, [M], to our plan of reality!", \
|
||||
"\red You drag [M] to our plan of reality!" \
|
||||
user.visible_message(
|
||||
"<span class='warning'>[user] drags ghost, [M], to our plan of reality!</span>",
|
||||
"<span class='warning'>You drag [M] to our plan of reality!</span>"
|
||||
)
|
||||
else
|
||||
user.visible_message ( \
|
||||
"\red [user] just tried to smash his book into that ghost! It's not very effective", \
|
||||
"\red You get the feeling that the ghost can't become any more visible." \
|
||||
user.visible_message (
|
||||
"<span class='warning'>[user] just tried to smash his book into that ghost! It's not very effective</span>",
|
||||
"<span class='warning'>You get the feeling that the ghost can't become any more visible.</span>"
|
||||
)
|
||||
|
||||
if(istype(W,/obj/item/weapon/storage/bible) || istype(W,/obj/item/weapon/nullrod))
|
||||
var/mob/dead/M = src
|
||||
if(src.invisibility == 0)
|
||||
M.invisibility = 60
|
||||
user.visible_message( \
|
||||
"<span class='warning'>[user] banishes the ghost from our plan of reality!</span>", \
|
||||
"<span class='warning'>You banish the ghost from our plan of reality!</span>" \
|
||||
user.visible_message(
|
||||
"<span class='warning'>[user] banishes the ghost from our plan of reality!</span>",
|
||||
"<span class='warning'>You banish the ghost from our plan of reality!</span>"
|
||||
)
|
||||
|
||||
/mob/dead/observer/get_multitool(var/active_only=0)
|
||||
|
||||
Reference in New Issue
Block a user