diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-14 12:41:20 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-14 12:41:20 -0800 |
commit | 98634ab82d315d2da45d92e8ece4e49bb619e55e (patch) | |
tree | 19519bda9f2515f26ef623d840af8b1ccc81aabe /json | |
parent | Update Readme to mention the G36 magazine (diff) | |
download | cataclysm-bn-mod_hk-loadout-98634ab82d315d2da45d92e8ece4e49bb619e55e.tar.xz |
Fix caws boxmag and 4.73mm ammo appearances
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/473.json | 2 | ||||
-rw-r--r-- | json/items/magazine/000shot.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index 4748d8c..b5d0c47 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -12,7 +12,7 @@ { "id": "473x33mm", "type": "AMMO", - "looks-like": "8mm_caseless", + "looks_like": "8mm_caseless", "name": { "str": "4.73x33mm" }, "description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.", "weight": "3 g", diff --git a/json/items/magazine/000shot.json b/json/items/magazine/000shot.json index 4b49295..53d6e57 100644 --- a/json/items/magazine/000shot.json +++ b/json/items/magazine/000shot.json @@ -1,7 +1,7 @@ [ { "id": "hk_caws_mag", - "looks_like": "shotbelt_20", + "looks_like": "saiga10mag", "type": "MAGAZINE", "name": { "str": "H&K CAWS box magazine" }, "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.", |