diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-09 09:58:37 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-09 09:58:37 -0800 |
commit | 75aeae8ca15bb7c03604d2a9115ddc15af1a6173 (patch) | |
tree | 75f93b81fd7ba9da1a250dbe1a24ec5911b03027 | |
parent | Add aliases for necropolis floors c and d. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-75aeae8ca15bb7c03604d2a9115ddc15af1a6173.tar.xz |
Add aliases for the new variants of sourdough split.
-rw-r--r-- | tile_config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tile_config.json b/tile_config.json index 3f9caac..0d7e635 100644 --- a/tile_config.json +++ b/tile_config.json @@ -25142,32 +25142,32 @@ "rotates": false }, { - "id": "overlay_wielded_sourdough_split", + "id": [ "overlay_wielded_sourdough_split", "overlay_wielded_sourdough_split_uncovered" ], "fg": 2801, "rotates": false }, { - "id": "sourdough_split", + "id": [ "sourdough_split", "sourdough_split_uncovered" ], "fg": 2801, "rotates": false }, { - "id": "overlay_wielded_sourdough_starter", + "id": [ "overlay_wielded_sourdough_starter", "overlay_wielded_sourdough_starter_uncovered" ], "fg": 2802, "rotates": false }, { - "id": "sourdough_starter", + "id": [ "sourdough_starter", "sourdough_starter_uncovered" ], "fg": 2802, "rotates": false }, { - "id": "overlay_wielded_sourdough_young", + "id": [ "overlay_wielded_sourdough_young", "overlay_wielded_sourdough_young_uncovered" ], "fg": 2803, "rotates": false }, { - "id": "sourdough_young", + "id": [ "sourdough_young", "sourdough_young_uncovered" ], "fg": 2803, "rotates": false }, |