Skip to content

Commit

Permalink
[BOX] Fixes escape pod camera names (#22847)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMyriad authored Dec 13, 2024
1 parent b719d73 commit 98d6274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _maps/map_files/YogStation/YogStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9494,7 +9494,7 @@
/area/crew_quarters/toilet)
"buX" = (
/obj/machinery/camera{
c_tag = "Arrivals Escape Pod 2";
c_tag = "Arrivals Escape Pod 1";
dir = 8
},
/obj/machinery/light/small,
Expand Down Expand Up @@ -23210,7 +23210,7 @@
/area/science/misc_lab)
"fuj" = (
/obj/machinery/camera{
c_tag = "Arrivals Escape Pod 1";
c_tag = "Arrivals Escape Pod 2";
dir = 8
},
/obj/machinery/light/small,
Expand Down

0 comments on commit 98d6274

Please sign in to comment.