Skip to content

Commit

Permalink
Merge pull request #248 from Very-Soft/preevent
Browse files Browse the repository at this point in the history
Pre-event
  • Loading branch information
Very-Soft authored Apr 28, 2024
2 parents dc8f33c + 92453ae commit 326aeb3
Show file tree
Hide file tree
Showing 2 changed files with 19,936 additions and 2 deletions.
11 changes: 9 additions & 2 deletions maps/groundbase/groundbase_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,9 @@
)

lateload_gb_north = list(
list("Northern Wilds 1"),
list("Northern Wilds 2")
// list("Northern Wilds 1"),
// list("Northern Wilds 2"),
list("Northern Wilds CUSTOM")
)
lateload_gb_south = list(
list("Southern Wilds 1"),
Expand Down Expand Up @@ -514,6 +515,12 @@
mappath = 'maps/groundbase/northwilds/northwilds2.dmm'
associated_map_datum = /datum/map_z_level/gb_lateload/gb_north_wilds

/datum/map_template/gb_lateload/wilds/north/type2
name = "Northern Wilds CUSTOM"
desc = "Wilderness"
mappath = 'maps/groundbase/northwilds/northwilds_custom.dmm'
associated_map_datum = /datum/map_z_level/gb_lateload/gb_north_wilds

/datum/map_template/gb_lateload/wilds/south/type1
name = "Southern Wilds 1"
desc = "Wilderness"
Expand Down
Loading

0 comments on commit 326aeb3

Please sign in to comment.