diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-22 15:25:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-22 15:25:03 -0700 |
commit | e82fd746240c6929af84e4bc5cbe8b1ccd70eee3 (patch) | |
tree | d31ba2757dee133668491e0be4e1bb4398019be9 | |
parent | Yet again overmap fixes: (diff) | |
download | cataclysm-dda-tileset_undeadpeople-e82fd746240c6929af84e4bc5cbe8b1ccd70eee3.tar.xz |
Fix furniture storage battery.
-rw-r--r-- | tile_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index 925637b..5a5c69f 100644 --- a/tile_config.json +++ b/tile_config.json @@ -92412,12 +92412,12 @@ "rotates": false }, { - "id": [ "f_battery", "f_battery_large", "f_battery_huge" ], + "id": "f_air_filter", "fg": 11682, "rotates": false }, { - "id": "f_battery", + "id": [ "f_battery", "f_battery_large", "f_battery_huge" ], "fg": 11683, "rotates": false }, |