Skip to content

Commit

Permalink
ACCESS DENIED
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Oct 29, 2024
1 parent 90aa8b2 commit 6c6bebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion code/game/objects/structures/crates_lockers/crates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@
icon_state = "plasmacrate"
icon_opened = "plasmacrateopen"
icon_closed = "plasmacrate"
req_access = list(access_medical,access_research,access_engine)
req_access = null
req_one_access = list(access_medical, access_research, access_engine)

/obj/structure/closet/crate/secure/gear
name = "gear crate"
Expand Down
4 changes: 2 additions & 2 deletions maps/polaris/polar-3.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4211,7 +4211,7 @@
"bGf" = (/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = -32},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = -32},/obj/effect/floor_decal/corner/old/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bGg" = (/obj/effect/decal/cleanable/dirt,/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/tiled/dark/mono,/area/polarplanet/hallway/primary/central_fife)
"bGh" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/visible/fuel,/obj/machinery/camera/network/engine{c_tag = "Engine Core East"; dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"bGi" = (/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_one_access = list(35,25,28)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/polarplanet/hallway/primary/starboard)
"bGi" = (/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_one_access = list(35,25,28,10)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/polarplanet/hallway/primary/starboard)
"bGj" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/requests_console{department = "Engineering"; departmentType = 4; name = "Engineering RC"; pixel_x = 30},/obj/machinery/vending/engineering,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"bGk" = (/obj/structure/table/steel_reinforced,/obj/item/storage/toolbox/electrical,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/engineering/engine_room)
"bGl" = (/obj/structure/table/steel_reinforced,/obj/item/clothing/glasses/hud/standard/meson,/obj/item/clothing/glasses/hud/standard/meson,/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/obj/random/maintenance,/turf/simulated/floor/plating,/area/engineering/engine_room)
Expand Down Expand Up @@ -4344,7 +4344,7 @@
"bJb" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 10; initialize_directions = 12},/turf/simulated/floor/reinforced/airless{external_atmosphere_participation = 0},/area/engineering/engine_room)
"bJc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small{dir = 4; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/polarplanet/maintenance/medbay_north)
"bJd" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/machinery/door/window/eastright{name = "Hydroponics"; dir = 1; req_access = list(35)},/turf/simulated/floor/natural/sand/pure,/area/polarplanet/hydroponics)
"bJe" = (/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_one_access = list(35,25,28)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/polarplanet/hallway/primary/starboard)
"bJe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_one_access = list(35,25,28,10)},/turf/simulated/floor/plating,/area/polarplanet/hallway/primary/starboard)
"bJh" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/turf/simulated/floor/tiled/freezer,/area/polarplanet/crew_quarters/kitchen)
"bJi" = (/obj/structure/table/standard,/obj/item/device/analyzer,/obj/item/device/healthanalyzer,/turf/simulated/floor/plating,/area/polarplanet/mine/explored)
"bJk" = (/obj/structure/table/standard,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/device/multitool,/obj/machinery/status_display{layer = 4; pixel_x = -32},/turf/simulated/floor/plating,/area/polarplanet/mine/explored)
Expand Down

0 comments on commit 6c6bebb

Please sign in to comment.