From 0406fc0e6da53243a3b04af52d821683cf69ab6e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 14 Aug 2024 15:33:39 -0700 Subject: Fix the vehicle mounted PPA-5 tile missing the rotates flag. --- tile_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1