mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
PTL Camera name fix (#27591)
* Fixes camera names in the PTL rooms * Fixes naming on delta station * Corrects the camera networks as well
This commit is contained in:
@@ -64104,9 +64104,9 @@
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/camera{
|
||||
c_tag = "Prison Solitary Confinement 2";
|
||||
dir = 6;
|
||||
network = list("Prison","SS13")
|
||||
network = list("Engineering","SS13");
|
||||
c_tag = "Power Transmission Laser"
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/engineering/transmission_laser)
|
||||
|
||||
@@ -29845,9 +29845,9 @@
|
||||
/area/station/maintenance/fore2)
|
||||
"ezn" = (
|
||||
/obj/machinery/camera{
|
||||
c_tag = "AI Satellite Service Bay";
|
||||
dir = 8;
|
||||
network = list("SS13","MiniSat")
|
||||
network = list("Engineering","SS13");
|
||||
c_tag = "Power Transmission Laser"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/turf/simulated/floor/plasteel{
|
||||
|
||||
@@ -76090,9 +76090,9 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/camera{
|
||||
c_tag = "Research Lobby";
|
||||
c_tag = "Power Transmission Laser";
|
||||
dir = 1;
|
||||
network = list("Research","SS13")
|
||||
network = list("Engineering","SS13")
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "caution"
|
||||
|
||||
@@ -23283,9 +23283,9 @@
|
||||
"eHd" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/camera{
|
||||
c_tag = "AI Satellite Exterior West";
|
||||
dir = 8;
|
||||
network = list("SS13","MiniSat")
|
||||
network = list("Engineering","SS13");
|
||||
c_tag = "Power Transmission Laser"
|
||||
},
|
||||
/obj/machinery/power/apc/directional/east,
|
||||
/obj/structure/cable{
|
||||
|
||||
@@ -79648,8 +79648,9 @@
|
||||
"uJG" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/camera{
|
||||
c_tag = "AI Satellite Antechamber South";
|
||||
dir = 4
|
||||
dir = 4;
|
||||
c_tag = "Power Transmission Laser";
|
||||
network = list("Engineering","SS13")
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
|
||||
Reference in New Issue
Block a user