From 15d3ebde69363fa7ae58f827a5f6a0da3d1590fd Mon Sep 17 00:00:00 2001 From: Chaplain Maximum Date: Fri, 2 Aug 2024 02:14:09 +0300 Subject: [PATCH] Delman fix??? --- mods/_fd/_maps/sfv_dropship/delman.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mods/_fd/_maps/sfv_dropship/delman.dm b/mods/_fd/_maps/sfv_dropship/delman.dm index 551bece033b42..6537a64396544 100644 --- a/mods/_fd/_maps/sfv_dropship/delman.dm +++ b/mods/_fd/_maps/sfv_dropship/delman.dm @@ -6,14 +6,7 @@ id = "awaysite_delman" description = "Army dropship that can bring to planet up to Platoon(42) and 4 Vehicle." mappaths = list("mods/_fd/_maps/sfv_dropship/delman.dm") - area_usage_test_exempted_areas = list( - /area/ship/delman, - /area/ship/delman/central, - /area/ship/delman/rightwing, - /area/ship/delman/leftwing, - /area/ship/delman/cockpit, - /area/ship/delman/engibay - ) + area_usage_test_exempted_areas = list(/area/ship/delman) spawn_cost = 1000 player_cost = 4 shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/delman)