mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Ghosts who aren't logged in when their body is put into a cloner will receive the message on next login instead.
This commit is contained in:
@@ -2,4 +2,11 @@
|
||||
..()
|
||||
|
||||
if(src.check_rights(R_ADMIN|R_FUN))
|
||||
src << "<span class='warning'>You are now an admin ghost. Think of yourself as an AI that doesn't show up anywhere and cannot speak. You can access any console or machine by standing next to it and clicking on it. Abuse of this privilege may result in hilarity or removal of your flags, so caution is recommended.</span>"
|
||||
src << "<span class='warning'>You are now an admin ghost. Think of yourself as an AI that doesn't show up anywhere and cannot speak. You can access any console or machine by standing next to it and clicking on it. Abuse of this privilege may result in hilarity or removal of your flags, so caution is recommended.</span>"
|
||||
if(istype(canclone) && canclone.mind == mind)
|
||||
if(istype(canclone.loc, /obj/machinery/dna_scannernew))
|
||||
for(dir in list(NORTH, EAST, SOUTH, WEST))
|
||||
if(locate(/obj/machinery/computer/cloning, get_step(canclone.loc, dir)))
|
||||
ghost << 'sound/effects/adminhelp.ogg'
|
||||
ghost << "<b><font color = #330033><font size = 3>Your corpse has been placed into a cloning scanner. Return to your body if you want to be resurrected/cloned!</b> (Verbs -> Ghost -> Re-enter corpse)</font color>"
|
||||
canclone = null
|
||||
@@ -30,6 +30,7 @@
|
||||
var/medHUD = 0
|
||||
var/antagHUD = 0
|
||||
var/atom/movable/following = null
|
||||
var/mob/canclone = null
|
||||
incorporeal_move = 1
|
||||
|
||||
/mob/dead/observer/New(var/mob/body=null, var/flags=1)
|
||||
|
||||
Reference in New Issue
Block a user