diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-31 01:08:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-31 01:08:18 -0700 |
commit | eae4c1f3a52930079a120ac7588c769e2fd2060e (patch) | |
tree | a78ca02d7e64c2369e10d1dd88cd73a5e3702c8a | |
parent | Update vampire lairs and ancient graveyard to be camoflaged as generic terrain. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-eae4c1f3a52930079a120ac7588c769e2fd2060e.tar.xz |
Lowercase f
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json b/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json index 9387bb2..61b1a00 100644 --- a/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json +++ b/vamp_stuff/Modification_Files/Locations/-Essentials/v_overmap_terrain.json @@ -2,7 +2,7 @@ { "id": "crypt1", "type": "overmap_terrain", - "name": "Forest", + "name": "forest", "sym": "F", "color": "green", "see_cost": 20, @@ -22,7 +22,7 @@ { "id": "crypt2", "type": "overmap_terrain", - "name": "Forest", + "name": "forest", "sym": "F", "color": "green", "see_cost": 20, @@ -42,7 +42,7 @@ { "id": "vampcave_entrance", "type": "overmap_terrain", - "name": "Forest", + "name": "forest", "sym": "F", "color": "green", "see_cost": 20, |