From 89b85aca171871821f3cc15f35f45087f0361dbd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 02:27:26 -0700 Subject: Still more migration errors --- vamp_stuff/Modification_Files/Items/Weapons/ammo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json index 2a57687..54f8590 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json @@ -16,7 +16,7 @@ "stack_size": 20, "ammo_type": "ammoblood", "range": 8, - "damage": { "damage_type": "stab", "amount" 5, "armor_penetration": 25 }, + "damage": { "damage_type": "stab", "amount": 5, "armor_penetration": 25 }, "recoil": 450, "loudness": 10, "effects": [ "NO_DROP" ] @@ -62,7 +62,7 @@ "ammo_type": "bloodshot", "casing": "shot_hull", "range": 6, - "damage": { "damage_type": "stab", "amount" 65 }, + "damage": { "damage_type": "stab", "amount": 65 }, "recoil": 2750, "loudness": 160, "effects": [ "COOKOFF", "SHOT" ] -- cgit v1.2.1