diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 16:47:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 16:47:09 -0700 |
commit | 742fb6217ed2881a39bca9e9ad1e1b5c93013996 (patch) | |
tree | 00de3e2ca3a09598f4cf5ab6a950725908c84cf8 | |
parent | Fix another missing comma for necropolis houses. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-742fb6217ed2881a39bca9e9ad1e1b5c93013996.tar.xz |
Fix loffice tower not rotating.
-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 31dec96..29da29f 100644 --- a/tile_config.json +++ b/tile_config.json @@ -37862,7 +37862,7 @@ ], "fg": [ 18819, 18820, 18818, 18817 ], "bg": 18530, - "rotates": false + "rotates": true }, { "id": [ @@ -37874,7 +37874,7 @@ ], "fg": [ 18817, 18819, 18820, 18818 ], "bg": 18530, - "rotates": false + "rotates": true }, { "id": [ @@ -37886,7 +37886,7 @@ ], "fg": [ 18818, 18817, 18819, 18820 ], "bg": 18530, - "rotates": false + "rotates": true }, { "id": [ @@ -37897,7 +37897,7 @@ ], "fg": [ 18820, 18818, 18817, 18819 ], "bg": 18530, - "rotates": false + "rotates": true }, { "id": [ "mi-go_scout_tower_1", "mi-go_scout_tower_2", "mi-go_scout_tower_3", "mi-go_scout_tower_4" ], |