diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-11 13:20:23 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-11 13:20:23 -0800 |
commit | d906bffb0c691812fb21799c00ca4078dbf2f2f7 (patch) | |
tree | 2c4c7f7b8b803d058102ffff6886b53b836dd11b | |
parent | Fix bp_500_Magnum having a blank tile reference. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-d906bffb0c691812fb21799c00ca4078dbf2f2f7.tar.xz |
Add missing entry for shotgun_primer
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index b62e9f6..c9b17fb 100644 --- a/tile_config.json +++ b/tile_config.json @@ -750,6 +750,8 @@ { "id": "smpistol_primer", "fg": 371, "rotates": false }, { "id": "overlay_wielded_smrifle_primer", "fg": 371, "rotates": false }, { "id": "smrifle_primer", "fg": 371, "rotates": false }, + { "id": "overlay_wielded_shotgun_primer", "fg": 371, "rotates": false }, + { "id": "shotgun_primer", "fg": 371, "rotates": false }, { "id": "overlay_wielded_soap", "fg": 372, "rotates": false }, { "id": "soap", "fg": 372, "rotates": false }, { "id": "overlay_wielded_stimpack_ammo", "fg": 373 }, |