mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
plane
This commit is contained in:
@@ -121,8 +121,8 @@
|
|||||||
if(src.invisibility != 0)
|
if(src.invisibility != 0)
|
||||||
M.invisibility = 0
|
M.invisibility = 0
|
||||||
user.visible_message(
|
user.visible_message(
|
||||||
"<span class='warning'>[user] drags ghost, [M], to our plan of reality!</span>",
|
"<span class='warning'>[user] drags ghost, [M], to our plane of reality!</span>",
|
||||||
"<span class='warning'>You drag [M] to our plan of reality!</span>"
|
"<span class='warning'>You drag [M] to our plane of reality!</span>"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
user.visible_message (
|
user.visible_message (
|
||||||
@@ -135,8 +135,8 @@
|
|||||||
if(src.invisibility == 0)
|
if(src.invisibility == 0)
|
||||||
M.invisibility = 60
|
M.invisibility = 60
|
||||||
user.visible_message(
|
user.visible_message(
|
||||||
"<span class='warning'>[user] banishes the ghost from our plan of reality!</span>",
|
"<span class='warning'>[user] banishes the ghost from our plane of reality!</span>",
|
||||||
"<span class='warning'>You banish the ghost from our plan of reality!</span>"
|
"<span class='warning'>You banish the ghost from our plane of reality!</span>"
|
||||||
)
|
)
|
||||||
|
|
||||||
/mob/dead/observer/get_multitool(var/active_only=0)
|
/mob/dead/observer/get_multitool(var/active_only=0)
|
||||||
|
|||||||
Reference in New Issue
Block a user