From 884f7c502f3f2abf5f0f61f590d005997b82913d Mon Sep 17 00:00:00 2001 From: Lexanx <61974560+Lexanx@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:08:39 +0300 Subject: [PATCH] test --- maps/event/iccgn_ship/icgnv_hound.dm | 1 + maps/event/sfv_arbiter/sfv_arbiter.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/maps/event/iccgn_ship/icgnv_hound.dm b/maps/event/iccgn_ship/icgnv_hound.dm index 8cc89dd8606d9..93bd0bc5d4af4 100644 --- a/maps/event/iccgn_ship/icgnv_hound.dm +++ b/maps/event/iccgn_ship/icgnv_hound.dm @@ -6,6 +6,7 @@ description = "A standard ALFA-pattern, armed ICCGN transport shuttle. The transponder reads on open channels as ICCG and is broadcasting the designation 'ICGNV Hound' in Zurich Accord Common." suffixes = list("maps/event/iccgn_ship/icgnv_hound.dmm") shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/icgnv_hound) + skip_main_unit_tests = "Ruin has shuttle landmark." /obj/overmap/visitable/sector/icgnv_hound_space name = "Sensor Anomaly" diff --git a/maps/event/sfv_arbiter/sfv_arbiter.dm b/maps/event/sfv_arbiter/sfv_arbiter.dm index 498ac71a4a673..9e9456dfafdd5 100644 --- a/maps/event/sfv_arbiter/sfv_arbiter.dm +++ b/maps/event/sfv_arbiter/sfv_arbiter.dm @@ -6,6 +6,7 @@ description = "A fairly standard armed transport shuttle belonging to the Sol Fleet. It's transponder reads 'SFV Arbiter'." suffixes = list("maps/event/sfv_arbiter/sfv_arbiter.dmm") shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/sfv_arbiter) + skip_main_unit_tests = "Ruin has shuttle landmark." /obj/overmap/visitable/sector/sfv_arbiter_space name = "Sensor Anomaly"