diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-10 14:05:07 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-10 14:05:07 -0700 |
commit | 62f2ec2b1a32f90d8089b3dc060bb9149f9982bd (patch) | |
tree | 8a86ea2ce405008d132fc0b01f84bb8f84d5bbd7 /vamp_stuff/Modification_Files/NPC/v_classes.json | |
parent | Remove incomplete item flag (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-62f2ec2b1a32f90d8089b3dc060bb9149f9982bd.tar.xz |
Fix mismatched shopkeeper inventories
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_classes.json')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_classes.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index 17c56ba..5132bbc 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -392,7 +392,7 @@ { "skill": "gun", "bonus": { "rng": [ 2, 5 ] } } ], "carry_override": "VAMP_GUNSHOP_carry", - "shopkeeper_item_group": "VAMP_GUNSHOP_misc", + "shopkeeper_item_group": "V_GUNSHOP_misc", "weapon_override": "VAMP_GUNSHOP_wielded_weapon", "worn_override": "VAMP_worn", "traits": [ |