mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
fixed the shutters to work with the button in RnD (#28790)
This commit is contained in:
@@ -42659,16 +42659,16 @@
|
||||
/turf/simulated/floor/engine,
|
||||
/area/station/engineering/engine)
|
||||
"ixQ" = (
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
dir = 2;
|
||||
name = "Research and Development Lab Shutters";
|
||||
id_tag = "rdlab2"
|
||||
},
|
||||
/obj/effect/spawner/window/reinforced,
|
||||
/obj/machinery/door/poddoor/preopen{
|
||||
id_tag = "Biohazard";
|
||||
name = "Biohazard Shutter"
|
||||
},
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
dir = 2;
|
||||
name = "Research and Development Lab Shutters";
|
||||
id_tag = "rndlab2"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/science/rnd)
|
||||
"ixW" = (
|
||||
@@ -112019,11 +112019,6 @@
|
||||
"wid" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/machinery/door/window/classic/reversed,
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
dir = 2;
|
||||
name = "Research and Development Lab Shutters";
|
||||
id_tag = "rdlab2"
|
||||
},
|
||||
/obj/item/desk_bell{
|
||||
pixel_y = 8;
|
||||
anchored = 1
|
||||
@@ -112035,6 +112030,11 @@
|
||||
id_tag = "Biohazard";
|
||||
name = "Biohazard Shutter"
|
||||
},
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
dir = 2;
|
||||
name = "Research and Development Lab Shutters";
|
||||
id_tag = "rndlab2"
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/science/rnd)
|
||||
"wih" = (
|
||||
@@ -119037,7 +119037,7 @@
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
dir = 2;
|
||||
name = "Research and Development Lab Shutters";
|
||||
id_tag = "rdlab2"
|
||||
id_tag = "rndlab2"
|
||||
},
|
||||
/obj/machinery/door/poddoor/preopen{
|
||||
id_tag = "Biohazard";
|
||||
|
||||
Reference in New Issue
Block a user