mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Changed R'n'D again. I forgot I could, oh I dunno, move it to the left...
Anyway hoping this design is less sucky... I would like to keep the table facing the hallway and not the access airlocks. Image: http://www.kamletos.si/rd%20remapped%20again.png Also, check plumbing is now a part of the mapping commands. Use "mapping debug" as game master to activate. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2117 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/client/proc/atmosscan()
|
/client/proc/atmosscan()
|
||||||
set category = "Debug"
|
set category = "Mapping"
|
||||||
set name = "Check Plumbing"
|
set name = "Check Plumbing"
|
||||||
if(!src.authenticated || !src.holder)
|
if(!src.authenticated || !src.holder)
|
||||||
src << "Only administrators may use this command."
|
src << "Only administrators may use this command."
|
||||||
|
|||||||
@@ -119,3 +119,4 @@ var/intercom_range_display_status = 0
|
|||||||
src.verbs += /client/proc/intercom_view //-errorage
|
src.verbs += /client/proc/intercom_view //-errorage
|
||||||
src.verbs += /client/proc/air_status //Air things
|
src.verbs += /client/proc/air_status //Air things
|
||||||
src.verbs += /client/proc/Cell //More air things
|
src.verbs += /client/proc/Cell //More air things
|
||||||
|
src.verbs += /client/proc/atmosscan //check plumbing
|
||||||
Reference in New Issue
Block a user