diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-14 15:33:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-14 15:33:39 -0700 |
commit | 0406fc0e6da53243a3b04af52d821683cf69ab6e (patch) | |
tree | 49190cc69a52d4cb4b04d041c22d94369e6e91c1 | |
parent | Add aliases for the remaining power armor accessories. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-0406fc0e6da53243a3b04af52d821683cf69ab6e.tar.xz |
Fix the vehicle mounted PPA-5 tile missing the rotates flag.
-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 2d5b639..a21d47d 100644 --- a/tile_config.json +++ b/tile_config.json @@ -36753,7 +36753,7 @@ "multitile": true, "additional_tiles": [ { "id": "broken", "fg": 18427 } ] }, - { "id": "vp_mounted_plasma_gun", "fg": 18428 }, + { "id": "vp_mounted_plasma_gun", "fg": 18428, "rotates": true }, { "id": "vp_mounted_rm298", "fg": 18429, |