From f87eefbd95b6f7ea660845ddddd8d5919fca3e7d Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Sat, 21 Apr 2012 15:13:48 +0000 Subject: [PATCH] - Fixed the maintenance door outside tech storage to require either maintenance OR tech storage access to open. It used to require maintenance AND robotics. Not sure what robotics access has to do with it since you can't access tech storage without tech storage access, so I switched it to tech storage OR maintenance. Added this to the changelog. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3485 316c924e-a436-60f5-8080-3fe189b3f50e --- html/changelog.html | 9 +++++++++ maps/tgstation.2.0.8.dmm | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/html/changelog.html b/html/changelog.html index 198d82b04eb..2d2adf39be7 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -93,6 +93,15 @@ Stuff which is in development and not yet visible to players or just code relate should be listed in the changelog upon commit tho. Thanks. --> +
+

21 April 2012

+

Errorage updated:

+ +
+ +

19 April 2012

Carn updated:

diff --git a/maps/tgstation.2.0.8.dmm b/maps/tgstation.2.0.8.dmm index 84722187c8b..bf04df0b687 100644 --- a/maps/tgstation.2.0.8.dmm +++ b/maps/tgstation.2.0.8.dmm @@ -1548,7 +1548,7 @@ "aDN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"; req_access_txt = "12"},/turf/simulated/floor,/area/storage/primary) "aDO" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/storage/primary) "aDP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/simulated/wall,/area/maintenance/fpmaint) -"aDQ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12,29"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/simulated/floor/plating,/area/maintenance/fpmaint) +"aDQ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "0"; req_one_access_txt = "12,23"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/simulated/floor/plating,/area/maintenance/fpmaint) "aDR" = (/obj/structure/cable,/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva) "aDS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass/glass_command{name = "E.V.A."; req_access_txt = "18"},/turf/simulated/floor,/area/ai_monitored/storage/eva) "aDT" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/cable,/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)