Skip to content

Commit

Permalink
Delman fix???
Browse files Browse the repository at this point in the history
Update delman.dm
  • Loading branch information
800maximum123 committed Aug 1, 2024
1 parent dfb5031 commit 14063d8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions mods/_fd/_maps/sfv_dropship/delman.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@
name = "PM-23 \"Delman\" Dropship"
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
)
mappaths = list("mods/_fd/_maps/sfv_dropship/delman.dmm")
area_usage_test_exempted_areas = list(/area/ship/delman)
spawn_cost = 1000
player_cost = 4
shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/delman)
Expand Down

0 comments on commit 14063d8

Please sign in to comment.