From 7a9c89fcdfd770f496d23aa9d3dd108e6b8ba004 Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:41:54 -0400 Subject: [PATCH] Removes 3 Extra Holopads from Deltastation (#27157) * removes extra holopads on delta * adds a maplint to prevent holopad stacking --- _maps/map_files/stations/deltastation.dmm | 3 --- tools/maplint/lints/multiple_holopads.yml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tools/maplint/lints/multiple_holopads.yml diff --git a/_maps/map_files/stations/deltastation.dmm b/_maps/map_files/stations/deltastation.dmm index 03e676b8cf7..338a3c8370c 100644 --- a/_maps/map_files/stations/deltastation.dmm +++ b/_maps/map_files/stations/deltastation.dmm @@ -85268,7 +85268,6 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" }, @@ -92945,7 +92944,6 @@ "uhI" = ( /obj/machinery/hologram/holopad, /obj/effect/turf_decal/delivery/hollow, -/obj/machinery/hologram/holopad, /obj/effect/turf_decal/delivery/hollow, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" @@ -95845,7 +95843,6 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/hologram/holopad, /obj/effect/turf_decal/delivery/hollow, /turf/simulated/floor/plasteel{ icon_state = "neutralfull" diff --git a/tools/maplint/lints/multiple_holopads.yml b/tools/maplint/lints/multiple_holopads.yml new file mode 100644 index 00000000000..a7e8de8454b --- /dev/null +++ b/tools/maplint/lints/multiple_holopads.yml @@ -0,0 +1,3 @@ +/obj/machinery/hologram/holopad: + banned_neighbors: + - /obj/machinery/hologram/holopad \ No newline at end of file