diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-21 23:00:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-21 23:00:50 -0700 |
commit | c8f7edd9ee0f0f0d7c54b684c57e175d6f5f5df3 (patch) | |
tree | 8414a860ed1a7dfec5a9112f65637322c3bba80a | |
parent | Typo. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-c8f7edd9ee0f0f0d7c54b684c57e175d6f5f5df3.tar.xz |
Fix the overmap_path tile.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index cbdf733..503e158 100644 --- a/tile_config.json +++ b/tile_config.json @@ -76846,7 +76846,7 @@ }, { "id": [ "overmap_path", "overmap_path_above", "overmap_path_below" ], - "fg": 9676, + "fg": 9592, "rotates": false }, { |