diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 21:14:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 21:14:41 -0700 |
commit | 7ffc08dce93d016990bb735dcff1d480346e6fc3 (patch) | |
tree | 79bb959f2ce4c49d0d95153401cae5ae267782a5 | |
parent | Fix house_modern_1_roof not rotating. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-7ffc08dce93d016990bb735dcff1d480346e6fc3.tar.xz |
Fix overlay_wielded_gatling_mech_laser_rebuilt.
-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 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 }, |