Skip to content

Commit

Permalink
fix black dragon lair spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist committed Dec 7, 2019
1 parent f04c6d5 commit 3539cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/json/overmap/special_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"id": "forest_without_trail",
"terrains": [ "forest", "forest_thick" ]
},
{
"type": "overmap_location",
"id": "forest_with_swamp",
"terrains": [ "forest", "forest_thick", "forest_water" ]
},
{
"type": "overmap_location",
"id": "forest",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/worldgen/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{ "point": [ 0, 1, -4 ], "overmap": "black_dragon_lair_z-4_SW_north" },
{ "point": [ 1, 1, -4 ], "overmap": "black_dragon_lair_z-4_SE_north" }
],
"locations": [ "wilderness" ],
"locations": [ "forest_with_swamp" ],
"city_distance": [ 20, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 0, 0 ]
Expand Down

0 comments on commit 3539cd5

Please sign in to comment.