mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fix mislabelled and stacked OmegaStation cameras (#36460)
* Fix stacked camera in OmegaStation departures * Move some Omega cameras to the correct network
This commit is contained in:
@@ -17980,8 +17980,7 @@
|
||||
},
|
||||
/obj/machinery/camera{
|
||||
c_tag = "Kitchen Coldroom";
|
||||
dir = 4;
|
||||
network = list("mine")
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plasteel/freezer,
|
||||
/area/crew_quarters/kitchen)
|
||||
@@ -28488,8 +28487,7 @@
|
||||
},
|
||||
/obj/machinery/camera{
|
||||
c_tag = "Crematorium";
|
||||
dir = 4;
|
||||
network = list("mine")
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plasteel/vault/side{
|
||||
dir = 4
|
||||
@@ -30408,11 +30406,6 @@
|
||||
/obj/structure/chair{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/camera{
|
||||
c_tag = "Shuttle Docking Foyer";
|
||||
dir = 8;
|
||||
network = list("mine")
|
||||
},
|
||||
/obj/machinery/camera{
|
||||
c_tag = "Escape Arm Airlocks";
|
||||
dir = 8
|
||||
|
||||
Reference in New Issue
Block a user