diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-30 23:05:22 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-30 23:05:22 -0800 |
commit | 46d4d9def67eddabbc6e8f24ebeef9db7884da2c (patch) | |
tree | e984913dac2d67a0d4737f0fa815876917715790 | |
parent | Add alias for generic feral prepper. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-46d4d9def67eddabbc6e8f24ebeef9db7884da2c.tar.xz |
Fix bp_500_Magnum having a blank tile reference.
-rw-r--r-- | tile_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index 0af398e..b62e9f6 100644 --- a/tile_config.json +++ b/tile_config.json @@ -369,8 +369,8 @@ { "id": "reloaded_46mm", "fg": 179, "bg": 10195, "rotates": false }, { "id": "500_Magnum", "fg": 180, "bg": 10195, "rotates": false }, { "id": "overlay_wielded_500_Magnum", "fg": 180, "rotates": false }, - { "id": "bp_500_Magnum", "fg": [ ], "bg": 10195, "rotates": false }, - { "id": "overlay_wielded_bp_500_Magnum", "fg": [ ], "rotates": false }, + { "id": "bp_500_Magnum", "fg": 182, "bg": 10195, "rotates": false }, + { "id": "overlay_wielded_bp_500_Magnum", "fg": 182, "rotates": false }, { "id": "overlay_wielded_reloaded_500_Magnum", "fg": 182, "rotates": false }, { "id": "reloaded_500_Magnum", "fg": 182, "bg": 10195, "rotates": false }, { "id": "50_incendiary", "fg": 183, "bg": 10195, "rotates": false }, |