From a1e7251efbb8b82f6fc8b9db5660f72ee83d03c7 Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:00:06 -0500 Subject: [PATCH] Removes a Plant Sitting on top of another and adds a Maplint for It (#28323) * purposely creating a problem to test the new maplint * ACTUALLY fix the problem, maplint works correctly * removes a double plant on AI sat that the maplint caught --- _maps/map_files/stations/deltastation.dmm | 2 -- tools/maplint/lints/multiple_kirby_plants.yml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tools/maplint/lints/multiple_kirby_plants.yml diff --git a/_maps/map_files/stations/deltastation.dmm b/_maps/map_files/stations/deltastation.dmm index 3db4a9ae4a1..03d378d793e 100644 --- a/_maps/map_files/stations/deltastation.dmm +++ b/_maps/map_files/stations/deltastation.dmm @@ -57343,7 +57343,6 @@ /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/item/kirbyplants/large, /turf/simulated/floor/plasteel, /area/station/engineering/control) "eyG" = ( @@ -69651,7 +69650,6 @@ /area/station/medical/reception) "lBJ" = ( /obj/item/kirbyplants/large, -/obj/item/kirbyplants/large, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "vault" diff --git a/tools/maplint/lints/multiple_kirby_plants.yml b/tools/maplint/lints/multiple_kirby_plants.yml new file mode 100644 index 00000000000..e7edb127da8 --- /dev/null +++ b/tools/maplint/lints/multiple_kirby_plants.yml @@ -0,0 +1,3 @@ +/obj/item/kirbyplants: + banned_neighbors: + - /obj/item/kirbyplants \ No newline at end of file