mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[Deltastation] Fixes some access issues (#29212)
* fixes access on that door in arrivals * removes the line * fixes cargo access and deletes semicolon
This commit is contained in:
@@ -3383,8 +3383,7 @@
|
||||
"aht" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
|
||||
/obj/machinery/door/airlock{
|
||||
name = "Auxiliary Storage Closet";
|
||||
req_access_txt = "32"
|
||||
name = "Auxiliary Storage Closet"
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 2
|
||||
@@ -9034,7 +9033,7 @@
|
||||
},
|
||||
/obj/machinery/door/airlock/maintenance_hatch{
|
||||
name = "Cargo Maintenance";
|
||||
req_access_txt = "48;50"
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
|
||||
/obj/structure/disposalpipe/segment,
|
||||
|
||||
Reference in New Issue
Block a user