diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-20 18:57:55 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-20 18:57:55 -0700 |
commit | 4795b2dc00ea7f62bb6ee7a6cbf6abdacac0ebd4 (patch) | |
tree | ccc4eb76a845a5df31138e58bf18a4839d471899 | |
parent | Also fix necropolis b2 and b10 to be basements. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-4795b2dc00ea7f62bb6ee7a6cbf6abdacac0ebd4.tar.xz |
Fix the id for the vehicle mounted rebuilt RMES.
-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 074eb31..c50b58a 100644 --- a/tile_config.json +++ b/tile_config.json @@ -36676,7 +36676,7 @@ "additional_tiles": [ { "id": "broken", "fg": 18415 } ] }, { - "id": "mounted_recon_mech_laser_rebuilt", + "id": "vp_mounted_recon_mech_laser_rebuilt", "fg": 18414, "rotates": true, "multitile": true, |