mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Updated DNA modifier consoles so they work in any direction.
Updated adminwho so the plebs can see ranks. Removed the admin message from view range changes. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3545 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -665,7 +665,7 @@
|
||||
if (!M.client)
|
||||
for(var/mob/dead/observer/ghost in world)
|
||||
if(ghost.corpse == M && ghost.client)
|
||||
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 ressurected/cloned!</b> (Verbs -> Ghost -> Re-enter corpse)</font color>"
|
||||
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>"
|
||||
break
|
||||
del(G)
|
||||
return
|
||||
@@ -760,7 +760,10 @@
|
||||
/obj/machinery/computer/scan_consolenew/New()
|
||||
..()
|
||||
spawn(5)
|
||||
src.connected = locate(/obj/machinery/dna_scannernew, get_step(src, WEST))
|
||||
for(dir in list(NORTH,EAST,SOUTH,WEST))
|
||||
connected = locate(/obj/machinery/dna_scannernew, get_step(src, dir))
|
||||
if(!isnull(connected))
|
||||
break
|
||||
spawn(250)
|
||||
src.injectorready = 1
|
||||
return
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
if(usr.client.holder)
|
||||
usr << "[M.key] is a [M.client.holder.rank][M.client.stealth ? " <i>(as [M.client.fakekey])</i>" : ""]"
|
||||
else if(!M.client.stealth)
|
||||
usr << "\t[M.client]"
|
||||
usr << "\t[M.client] is a [M.client.holder.rank]"
|
||||
|
||||
@@ -750,7 +750,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
view = world.view
|
||||
|
||||
log_admin("[key_name(usr)] changed their view range to [view].")
|
||||
message_admins("\blue [key_name_admin(usr)] changed their view range to [view].", 1)
|
||||
//message_admins("\blue [key_name_admin(usr)] changed their view range to [view].", 1) //why? removed by order of XSI
|
||||
|
||||
feedback_add_details("admin_verb","CVRA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user