Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTL Camera name fix #27591

Merged
merged 3 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _maps/map_files/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -64190,9 +64190,9 @@
icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Prison Solitary Confinement 2";
dir = 6;
network = list("Prison","SS13")
network = list("Engineering","SS13");
Migratingcocofruit marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -29986,9 +29986,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");
Migratingcocofruit marked this conversation as resolved.
Show resolved Hide resolved
c_tag = "Power Transmission Laser"
},
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
Expand Down
8 changes: 3 additions & 5 deletions _maps/map_files/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -64115,9 +64115,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/controlroom)
"gdm" = (
/obj/effect/turf_decal/stripes/line{
dir = 2
},
/obj/effect/turf_decal/stripes/line,
/obj/structure/railing,
/turf/simulated/floor/engine,
/area/station/science/testrange)
Expand Down Expand Up @@ -78888,9 +78886,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")
Migratingcocofruit marked this conversation as resolved.
Show resolved Hide resolved
},
/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 @@ -23415,9 +23415,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");
Migratingcocofruit marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -79692,8 +79692,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
Loading