mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixes runtime on packedstation doors access (#31855)
Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
@@ -26974,7 +26974,7 @@
|
||||
"aUt" = (
|
||||
/obj/machinery/door/airlock/maintenance{
|
||||
name = "Morgue Maintenance";
|
||||
req_one_access = "5;6;500"
|
||||
req_access_txt = "5;6;500"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -37197,7 +37197,7 @@
|
||||
},
|
||||
/obj/machinery/door/airlock/engineering{
|
||||
name = "Engineering";
|
||||
req_one_access = "11;24"
|
||||
req_access_txt = "11;24"
|
||||
},
|
||||
/obj/machinery/door/poddoor{
|
||||
density = 0;
|
||||
|
||||
Reference in New Issue
Block a user