mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
fixes brig cell 5 not having a correct windoor (#18129)
This commit is contained in:
@@ -85363,10 +85363,6 @@
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/security/prison/cell_block/A)
|
||||
"tng" = (
|
||||
/obj/machinery/door/window/brigdoor/northleft{
|
||||
id = "Cell 5";
|
||||
name = "Cell 5"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/structure/cable/yellow{
|
||||
@@ -85384,6 +85380,14 @@
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/machinery/door/window/brigdoor{
|
||||
base_state = "rightsecure";
|
||||
icon_state = "rightsecure";
|
||||
id = "Cell 5";
|
||||
name = "Cell 5";
|
||||
req_access_txt = "2";
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 1;
|
||||
icon_state = "red"
|
||||
|
||||
Reference in New Issue
Block a user