Skip to content

Commit

Permalink
Merge pull request #273 from Very-Soft/fimx
Browse files Browse the repository at this point in the history
OH NO
  • Loading branch information
Very-Soft authored May 6, 2024
2 parents b70ec22 + 8b93b6f commit 70d21a5
Show file tree
Hide file tree
Showing 2 changed files with 19,948 additions and 2 deletions.
10 changes: 8 additions & 2 deletions maps/groundbase/groundbase_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@

lateload_gb_north = list(
list("Northern Wilds 1"),
list("Northern Wilds 2")
list("Northern Wilds 2"),
list("Northern Wilds 3")
// list("Northern Wilds CUSTOM")
)
lateload_gb_south = list(
Expand Down Expand Up @@ -514,8 +515,13 @@
desc = "Wilderness"
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/type3
name = "Northern Wilds 3"
desc = "Wilderness"
mappath = 'maps/groundbase/northwilds/northwilds3.dmm'
associated_map_datum = /datum/map_z_level/gb_lateload/gb_north_wilds

/datum/map_template/gb_lateload/wilds/north/type2
/datum/map_template/gb_lateload/wilds/north/typecustom
name = "Northern Wilds CUSTOM"
desc = "Wilderness"
mappath = 'maps/groundbase/northwilds/northwilds_custom.dmm'
Expand Down
Loading

0 comments on commit 70d21a5

Please sign in to comment.