Skip to content

Commit

Permalink
Adds help text
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jan 7, 2024
1 parent 737170c commit 98d41af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
25 changes: 13 additions & 12 deletions _maps/RandomRuins/SpaceRuins/hellfactory.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer4{
Expand All @@ -37,7 +37,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{
dir = 1
},
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{
dir = 1
},
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer4{
Expand All @@ -52,7 +52,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
dir = 8
},
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{
dir = 8
},
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer4{
Expand Down Expand Up @@ -119,7 +119,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 6
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{
dir = 6
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{
Expand All @@ -131,7 +131,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{
dir = 4
},
/obj/structure/holobox,
Expand All @@ -144,7 +144,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer4{
Expand All @@ -165,7 +165,7 @@
/area/ruin/space/has_grav/hellfactory)
"aC" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4,
/turf/open/floor/plastic,
/area/ruin/space/has_grav/hellfactory)
Expand Down Expand Up @@ -203,7 +203,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 5
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{
dir = 5
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{
Expand All @@ -215,7 +215,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{
Expand All @@ -227,7 +227,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 9
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{
dir = 9
},
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{
Expand Down Expand Up @@ -284,7 +284,8 @@
/turf/open/floor/plating,
/area/ruin/space/has_grav/hellfactory)
"bb" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/window/reinforced/fulltile,
/obj/structure/grille,
/turf/open/floor/plating,
/area/ruin/space/has_grav/hellfactory)
"bc" = (
Expand Down Expand Up @@ -1028,7 +1029,7 @@
/area/ruin/space/has_grav/hellfactory)
"Nv" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2,
/obj/machinery/light/directional/east,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4,
/turf/open/floor/plastic,
Expand Down
1 change: 1 addition & 0 deletions tools/maplint/lints/identical_pipes.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
help: "Duplicated/overlapping pipes detected."
/obj/machinery/atmospherics/pipe:
banned_neighbors:
/obj/machinery/atmospherics/pipe:
Expand Down
1 change: 1 addition & 0 deletions tools/maplint/lints/multiple_cables.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
help: "Duplicated/overlapping cables detected."
/obj/structure/cable:
banned_neighbors:
/obj/structure/cable:
Expand Down

0 comments on commit 98d41af

Please sign in to comment.