diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-05 19:15:05 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-05 19:15:05 -0700 |
commit | 9ea9b08ea0291deab8cfc6042bbe210347c27d86 (patch) | |
tree | aafae14395f81ccc5e511f189f25c9e112935b5e | |
parent | Fix urban_14_1 again. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-9ea9b08ea0291deab8cfc6042bbe210347c27d86.tar.xz |
Add alias for the barbaran montante manual.
Change the two story home overmap background to grass.
-rw-r--r-- | tile_config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tile_config.json b/tile_config.json index bb68832..0101c3f 100644 --- a/tile_config.json +++ b/tile_config.json @@ -20789,13 +20789,13 @@ "fg": 2601 }, { - "id": "manual_swords", + "id": [ "manual_swords", "manual_barbaran" ], "fg": 2425, "bg": 9407, "rotates": false }, { - "id": "overlay_wielded_manual_swords", + "id": [ "overlay_wielded_manual_swords", "overlay_wielded_manual_barbaran" ], "fg": 2601 }, { @@ -123765,13 +123765,13 @@ { "id": [ "house_2story_roof", "2storyModern01_roof","2storyModern02_roof","2StoryModern03_roof" ], "fg": [19032, 19035, 19034, 19033], - "bg": 18754, + "bg": 18757, "rotates": true }, { "id": [ "house_2story_second", "2storyModern01_second","2storyModern02_2","2StoryModern03_2" ], "fg": [19036, 19039, 19038, 19037], - "bg": 18754, + "bg": 18757, "rotates": true }, { |