From 9986f080b049a080451d37ce45c8ad39dac85f86 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:58:27 +0200 Subject: [PATCH] Fix deck 0 crashing the server (#10554) --- modular_chomp/maps/southern_cross/southern_cross_defines.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_chomp/maps/southern_cross/southern_cross_defines.dm b/modular_chomp/maps/southern_cross/southern_cross_defines.dm index 700d31f914..e622451cdb 100644 --- a/modular_chomp/maps/southern_cross/southern_cross_defines.dm +++ b/modular_chomp/maps/southern_cross/southern_cross_defines.dm @@ -305,7 +305,6 @@ but they don't actually change anything about the load order /datum/map_z_level/southern_cross/station/station_maintenance z = Z_LEVEL_STATION_MAINTS name = "Maintenance Deck" - base_turf = /turf/simulated/open transit_chance = 15 holomap_offset_x = HOLOMAP_ICON_SIZE - SOUTHERN_CROSS_HOLOMAP_MARGIN_X - SOUTHERN_CROSS_MAP_SIZE - 40 holomap_offset_y = SOUTHERN_CROSS_HOLOMAP_MARGIN_Y + SOUTHERN_CROSS_MAP_SIZE*1