Skip to content

Commit

Permalink
PTL Camera name fix (#27591)
Browse files Browse the repository at this point in the history
* Fixes camera names in the PTL rooms

* Fixes naming on delta station

* Corrects the camera networks as well
  • Loading branch information
Migratingcocofruit authored Jan 1, 2025
1 parent c196de0 commit 16c8e2d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _maps/map_files/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/stations/cerestation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/stations/emeraldstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
5 changes: 3 additions & 2 deletions _maps/map_files/stations/metastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16c8e2d

Please sign in to comment.