mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user