From 282c9e947492f48b09aa73bddf70068d86c1935c Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Mon, 5 Sep 2011 00:51:57 +0000 Subject: [PATCH] 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 --- code/modules/admin/verbs/atmosdebug.dm | 2 +- code/modules/admin/verbs/mapping.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/atmosdebug.dm b/code/modules/admin/verbs/atmosdebug.dm index f3747d07ee1..352672e4d69 100644 --- a/code/modules/admin/verbs/atmosdebug.dm +++ b/code/modules/admin/verbs/atmosdebug.dm @@ -1,5 +1,5 @@ /client/proc/atmosscan() - set category = "Debug" + set category = "Mapping" set name = "Check Plumbing" if(!src.authenticated || !src.holder) src << "Only administrators may use this command." diff --git a/code/modules/admin/verbs/mapping.dm b/code/modules/admin/verbs/mapping.dm index e3e11fe4a66..a0e280320ef 100644 --- a/code/modules/admin/verbs/mapping.dm +++ b/code/modules/admin/verbs/mapping.dm @@ -119,3 +119,4 @@ var/intercom_range_display_status = 0 src.verbs += /client/proc/intercom_view //-errorage src.verbs += /client/proc/air_status //Air things src.verbs += /client/proc/Cell //More air things + src.verbs += /client/proc/atmosscan //check plumbing \ No newline at end of file