From 513b6d0d91a6233377e71a218a636083b0999fac Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Wed, 6 Jul 2011 22:20:20 +0000 Subject: [PATCH] Okay, the shield generators should be okay now. The generators in xenobiology are special generators that only allow the RD to unlock them, but the rest require security access. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1792 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/shieldgen.dm | 2 +- maps/tgstation.2.0.7.dmm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/shieldgen.dm b/code/game/machinery/shieldgen.dm index 5493aaa07b1..ad0bb42efd2 100644 --- a/code/game/machinery/shieldgen.dm +++ b/code/game/machinery/shieldgen.dm @@ -19,7 +19,7 @@ icon_state = "Shield_Gen" anchored = 0 density = 1 - req_access = list(access_rd, access_security) + req_access = list(access_security) var/active = 0 var/power = 0 var/state = 0 diff --git a/maps/tgstation.2.0.7.dmm b/maps/tgstation.2.0.7.dmm index 4086170aa5a..b48166a313d 100644 --- a/maps/tgstation.2.0.7.dmm +++ b/maps/tgstation.2.0.7.dmm @@ -4958,7 +4958,7 @@ "bRr" = (/obj/window/reinforced{dir = 4},/obj/secure_closet/medical1,/turf/simulated/floor{dir = 6; icon_state = "warning"},/area/toxins/xenobiology) "bRs" = (/obj/cable{d1 = 2; d2 = 4; icon_state = "2-4"; tag = "90Curve"},/turf/simulated/floor{icon_state = "white"},/area/toxins/xenobiology) "bRt" = (/obj/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0; tag = "Streight"},/turf/simulated/floor{icon_state = "white"},/area/toxins/xenobiology) -"bRu" = (/obj/machinery/shieldwallgen,/obj/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor{icon_state = "dark"},/area/toxins/xenobiology) +"bRu" = (/obj/machinery/shieldwallgen{req_access = list(30)},/obj/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor{icon_state = "dark"},/area/toxins/xenobiology) "bRv" = (/obj/disposalpipe/segment,/turf/simulated/wall/r_wall,/area/toxins/xenobiology) "bRw" = (/obj/grille,/obj/window/reinforced{dir = 4},/obj/window/reinforced{dir = 1},/obj/window/reinforced{dir = 8},/turf/simulated/floor/plating,/area/assembly/assembly_line) "bRx" = (/obj/item/weapon/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/weapon/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/weapon/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/closet/extinguisher{pixel_x = 5; pixel_y = 30},/obj/table,/turf/simulated/floor,/area/assembly/assembly_line) @@ -6652,7 +6652,7 @@ "cxV" = (/turf/unsimulated/floor{dir = 1; icon_state = "chapel"},/area/wizard_station) "cxW" = (/turf/unsimulated/floor{dir = 4; icon_state = "chapel"},/area/wizard_station) "cxX" = (/obj/item/weapon/spacecash,/turf/unsimulated/floor{icon_state = "grass1"; name = "grass"},/area/planet/clown) -"cxY" = (/mob/living/carbon/metroid{desc = "A tamed other thing. Very smart looking."; icon = 'otherthing.dmi'; icon_state = "otherthing"; name = "Tamed Otherthing"; toxloss = 0; voice_message = "gurgles"; voice_name = "otherthing"},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/wizard_station) +"cxY" = (/mob/living/carbon/metroid{desc = "A tamed other thing. Very smart looking."; icon = 'icons/obj/otherthing.dmi'; icon_state = "otherthing"; name = "Tamed Otherthing"; toxloss = 0; voice_message = "gurgles"; voice_name = "otherthing"},/turf/unsimulated/floor{dir = 8; icon_state = "wood"},/area/wizard_station) "cxZ" = (/obj/grille,/obj/window/reinforced,/obj/window/reinforced{dir = 4},/obj/window/reinforced{dir = 8},/turf/unsimulated/floor,/area/wizard_station) "cya" = (/obj/stool,/turf/unsimulated/floor{dir = 2; icon_state = "carpetside"},/area/wizard_station) "cyb" = (/turf/unsimulated/floor{dir = 8; icon_state = "chapel"},/area/wizard_station)