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/npc_gears | |
parent | Remove incomplete item flag (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-62f2ec2b1a32f90d8089b3dc060bb9149f9982bd.tar.xz |
Fix mismatched shopkeeper inventories
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 4 |
1 files changed, 2 insertions, 2 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 ], |