From 98634ab82d315d2da45d92e8ece4e49bb619e55e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Nov 2020 12:41:20 -0800 Subject: Fix caws boxmag and 4.73mm ammo appearances --- json/items/ammo/473.json | 2 +- 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.", -- cgit v1.2.1