diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 16:03:07 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 16:03:07 -0800 |
commit | cee541efcd487140feb7fc29069efbc21fc57c67 (patch) | |
tree | 0673276859835f91690d89438c495fed37ffdec3 | |
parent | Fix another Isherwood barn roof to look like a barn. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-cee541efcd487140feb7fc29069efbc21fc57c67.tar.xz |
Add aliases for standard/large storage battery and improved solar panel furniture.
-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 7eea309..50846b6 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17657,7 +17657,7 @@ {"id": "f_exodii_scanner", "fg": 11121}, {"id": "f_air_conditioner", "fg": 11122, "rotates": false}, {"id": "f_air_filter", "fg": 11123, "rotates": false}, -{"id": "f_battery", "fg": 11124, "rotates": false}, +{"id": ["f_battery", "f_battery_large", "f_battery_huge"], "fg": 11124, "rotates": false}, {"id": "f_bellows", "fg": 11125, "rotates": false}, {"id": "f_cable_connector", "fg": 11126, "rotates": false}, {"id": "f_charger", "fg": 11127, "rotates": false}, @@ -17683,7 +17683,7 @@ {"id": "unconnected", "fg": [11157, 11157]}]}, {"id": "f_server", "fg": 11158, "rotates": false}, {"id": "f_shredder", "fg": 11159, "rotates": false}, -{"id": "f_solar_unit", "fg": 11160, "rotates": false}, +{"id": ["f_solar_unit", "f_solar_unit_v2"], "fg": 11160, "rotates": false}, {"id": "f_washer", "fg": 11161, "rotates": false}, {"id": "f_barricade_road", "fg": 11162, "rotates": false}, {"id": "f_earthbag_half", "fg": 11163, "rotates": true, "multitile": true, "additional_tiles": [ |