From 98d41afe805d8ba72b31944b125540c506e56928 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Sun, 7 Jan 2024 16:18:45 -0600 Subject: [PATCH] Adds help text --- _maps/RandomRuins/SpaceRuins/hellfactory.dmm | 25 ++++++++++---------- tools/maplint/lints/identical_pipes.yml | 1 + tools/maplint/lints/multiple_cables.yml | 1 + 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/_maps/RandomRuins/SpaceRuins/hellfactory.dmm b/_maps/RandomRuins/SpaceRuins/hellfactory.dmm index 414e33a106dc..f425c41bccf3 100644 --- a/_maps/RandomRuins/SpaceRuins/hellfactory.dmm +++ b/_maps/RandomRuins/SpaceRuins/hellfactory.dmm @@ -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{ @@ -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{ @@ -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{ @@ -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{ @@ -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, @@ -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{ @@ -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) @@ -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{ @@ -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{ @@ -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{ @@ -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" = ( @@ -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, diff --git a/tools/maplint/lints/identical_pipes.yml b/tools/maplint/lints/identical_pipes.yml index 1b8ff102b810..7ac48de543f9 100644 --- a/tools/maplint/lints/identical_pipes.yml +++ b/tools/maplint/lints/identical_pipes.yml @@ -1,3 +1,4 @@ +help: "Duplicated/overlapping pipes detected." /obj/machinery/atmospherics/pipe: banned_neighbors: /obj/machinery/atmospherics/pipe: diff --git a/tools/maplint/lints/multiple_cables.yml b/tools/maplint/lints/multiple_cables.yml index a80fe09693af..5c063dae727d 100644 --- a/tools/maplint/lints/multiple_cables.yml +++ b/tools/maplint/lints/multiple_cables.yml @@ -1,3 +1,4 @@ +help: "Duplicated/overlapping cables detected." /obj/structure/cable: banned_neighbors: /obj/structure/cable: