Skip to content

Commit

Permalink
Merge pull request CleverRaven#49190 from Tairesh/fixed_altmapkey_ish…
Browse files Browse the repository at this point in the history
…erwoods

[Alternative Map Key] Overrided special forest tile to make it same as regular forest
  • Loading branch information
Rivet-the-Zombie authored Jun 6, 2021
2 parents b03c725 + 9cbea1d commit 6b9918a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/mods/alt_map_key/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@
"sym": "#",
"color": "cyan"
},
{
"type": "overmap_terrain",
"id": "special_forest",
"copy-from": "special_forest",
"name": "forest",
"sym": "#",
"color": "green"
},
{
"type": "overmap_terrain",
"id": "special_forest_thick",
"copy-from": "special_forest_thick",
"name": "forest",
"sym": "#",
"color": "green"
},
{
"type": "overmap_terrain",
"id": "hiway_ns",
Expand Down

0 comments on commit 6b9918a

Please sign in to comment.