From 74425386ad0347060da8673777f76225fa77ed06 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Tue, 16 Dec 2025 14:13:43 -0500 Subject: [PATCH] remove test_atmos map datum (#31289) --- code/datums/mapping/station_maps.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/datums/mapping/station_maps.dm b/code/datums/mapping/station_maps.dm index fdbe822ea91..755a6ab3491 100644 --- a/code/datums/mapping/station_maps.dm +++ b/code/datums/mapping/station_maps.dm @@ -48,9 +48,3 @@ technical_name = "test_tgui" map_path = "_maps/map_files/test_tiny/test_tgui.dmm" voteable = FALSE - -/datum/map/test_atmos - fluff_name = "test_atmos" - technical_name = "test_atmos" - map_path = "_maps/map_files/test_tiny/test_atmos.dmm" - voteable = FALSE