diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-11 21:12:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-11 21:12:18 -0700 |
commit | adc1aeab55b03329b46d768b30053803354a7312 (patch) | |
tree | cb7c80479711b06abe0ac0c4d483c68ea819cc0f | |
parent | Fix unknown_map_extra causing warnings. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-adc1aeab55b03329b46d768b30053803354a7312.tar.xz |
Fix missing small "satellite" 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 8cffae4..5442b89 100644 --- a/tile_config.json +++ b/tile_config.json @@ -25893,7 +25893,7 @@ { "id": "f_cellphone_booster", "fg": 12112, "rotates": false }, { "id": "f_chimney", "fg": 12113, "rotates": false }, { "id": "f_roof_turbine_vent", "fg": 12114, "rotates": false }, - { "id": "f_small_satellite_dish", "fg": 12115, "rotates": false }, + { "id": "f_small_satelitte_dish", "fg": 12115, "rotates": false }, { "id": "f_vent_pipe", "fg": 12116, "rotates": false }, { "id": "vp_roof", "fg": 12117, "rotates": true }, { "id": "f_hay", "fg": 12118, "rotates": false }, |