From 7ffc08dce93d016990bb735dcff1d480346e6fc3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 17 Sep 2024 21:14:41 -0700 Subject: Fix overlay_wielded_gatling_mech_laser_rebuilt. --- tile_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_config.json b/tile_config.json index 2d4a5f3..973a4fc 100644 --- a/tile_config.json +++ b/tile_config.json @@ -9378,7 +9378,7 @@ { "id": "emp_gun", "fg": 4960 }, { "id": "overlay_wielded_emp_gun", "fg": 4961, "rotates": false }, { "id": [ "gatling_mech_laser", "gatling_mech_laser_rebuilt" ], "fg": 4962, "rotates": false }, - { "id": [ "overlay_wielded_gatling_mech_laser", "overlay_wielded_gatling_mech_laser" ], "fg": 4963, "rotates": false }, + { "id": [ "overlay_wielded_gatling_mech_laser", "overlay_wielded_gatling_mech_laser_rebuilt" ], "fg": 4963, "rotates": false }, { "id": "gatling_mech_laser_single", "fg": 4964, "rotates": false }, { "id": "overlay_wielded_gatling_mech_laser_single", "fg": 4965, "rotates": false }, { "id": "hm12", "fg": 4966, "bg": 10195, "rotates": false }, -- cgit v1.2.1