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 | |
parent | Remove incomplete item flag (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-62f2ec2b1a32f90d8089b3dc060bb9149f9982bd.tar.xz |
Fix mismatched shopkeeper inventories
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_classes.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json index 54f0f13..d8bb94e 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json @@ -1,7 +1,7 @@ [ { "type": "item_group", - "id": "VAMP_UNDERTRADER_misc", + "id": "V_UNDERTRADER_misc", "subtype": "collection", "items": [ [ "sword_dive", 50 ], @@ -19,7 +19,7 @@ }, { "type": "item_group", - "id": "VAMP_GUNSHOP_misc", + "id": "V_GUNSHOP_misc", "subtype": "collection", "items": [ [ "b11_striker", 20 ], 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": [ |