Skip to content

Commit

Permalink
Shaded Hills cross-map compile fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Mar 26, 2024
1 parent 07781f2 commit fe7a17b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 7 additions & 0 deletions maps/shaded_hills/shaded_hills.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@
#elif !defined(MAP_OVERRIDE)
#warn A map has already been included, ignoring Shaded Hills
#endif

/datum/map/shaded_hills
default_species = SPECIES_KOBALOI
loadout_categories = list(
/decl/loadout_category/fantasy/clothing,
/decl/loadout_category/fantasy/utility
)
10 changes: 1 addition & 9 deletions maps/shaded_hills/shaded_hills_define.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,12 @@
company_name = "whispers from the Deep"
company_short = "the Deep"
system_name = "Outward Lands"

default_species = SPECIES_KOBALOI
survival_box_choices = list()
default_spawn = /decl/spawnpoint/arrivals
allowed_latejoin_spawns = list(
/decl/spawnpoint/arrivals
)

loadout_categories = list(
/decl/loadout_category/fantasy/clothing,
/decl/loadout_category/fantasy/utility
)

survival_box_choices = list()

/datum/map/shaded_hills/get_map_info()
return "You're in the <b>[station_name]</b> of the [system_name], nestled between the mountains and the river. On all sides, you are surrounded by untamed wilds. \
Far from the control of [boss_name], you are free to carve forward a path to survival for yourself and your comrades however you wish. Strike the earth!"

0 comments on commit fe7a17b

Please sign in to comment.