diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-12 19:46:40 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-12 19:46:40 -0800 |
commit | dc13a01e0a096ce79271ad5f22a670687cfcd475 (patch) | |
tree | 1ab7c4b94fe75f88cc837569d6bd319656e93026 | |
parent | Switch the console terrain to use the console furniture animated version. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-dc13a01e0a096ce79271ad5f22a670687cfcd475.tar.xz |
Add alias for overmap autopath markers.
-rw-r--r-- | tile_config.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index cfcff6e..0b04b3b 100644 --- a/tile_config.json +++ b/tile_config.json @@ -15382,6 +15382,9 @@ {"id": "mission_arrow_w", "fg": 9385, "rotates": false}, {"id": "mission_arrow_e", "fg": 9377, "rotates": false}, {"id": ["overmap_remembered_vehicle"], "fg": 9387, "rotates": false}, +{"id": ["overmap_path"], "fg": 9302, "rotates": false}, +{"id": ["overmap_path_above"], "fg": 9302, "rotates": false}, +{"id": ["overmap_path_below"], "fg": 9302, "rotates": false}, {"id": ["2silos", "2silos_1", "2silos_2", "2silos_roof", "ranch_camp_57", "ranch_camp_57_roof", "ranch_camp_57_silo", "ranch_camp_57_silocap"], "fg": 9388, "rotates": false}, {"id": "anthill", "fg": 9390, "rotates": false}, {"id": "acid_anthill", "fg": 9389, "rotates": false}, |