Skip to content

Commit

Permalink
adds camera viewer support to meta singularity (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
MomoBerri authored Oct 15, 2024
1 parent a5ae13c commit 1b6f56f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions _maps/~monkestation/RandomEngines/MetaStation/singularity.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@
"AZ" = (
/obj/item/kirbyplants/random,
/obj/machinery/camera/emp_proof/directional/north{
c_tag = "Singularity Engine #1"
c_tag = "Singularity Engine #1";
network = list("ss13","engine")
},
/turf/open/floor/carpet/black,
/area/station/engineering/supermatter/room)
Expand Down Expand Up @@ -602,7 +603,8 @@
/area/station/engineering/supermatter/room)
"Rw" = (
/obj/machinery/camera/emp_proof/directional/west{
c_tag = "Singularity Engine #4"
c_tag = "Singularity Engine #4";
network = list("ss13","engine")
},
/turf/open/floor/plating/airless,
/area/station/engineering/supermatter/room)
Expand Down Expand Up @@ -631,7 +633,8 @@
/area/station/engineering/supermatter/room)
"UU" = (
/obj/machinery/camera/emp_proof/directional/east{
c_tag = "Singularity Engine #3"
c_tag = "Singularity Engine #3";
network = list("ss13","engine")
},
/turf/open/floor/iron/dark,
/area/station/engineering/supermatter/room)
Expand All @@ -646,7 +649,8 @@
/area/station/engineering/supermatter/room)
"Vn" = (
/obj/machinery/camera/emp_proof/directional/north{
c_tag = "Singularity Engine #2"
c_tag = "Singularity Engine #2";
network = list("ss13","engine")
},
/turf/open/floor/iron/dark,
/area/station/engineering/supermatter/room)
Expand Down

0 comments on commit 1b6f56f

Please sign in to comment.