diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:02:08 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:02:08 -0800 |
commit | 896641d78e212f8d26103622b02b3fe13cd1eb86 (patch) | |
tree | cc98e660c903dabb7413a6a4df94ff698c3974e0 /vamp_stuff/Modification_Files | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-896641d78e212f8d26103622b02b3fe13cd1eb86.tar.xz |
Remove invalid count fields.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_mission_items.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_mission_items.json b/vamp_stuff/Modification_Files/NPC/v_npc_mission_items.json index 7f9873b..753360a 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_mission_items.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_mission_items.json @@ -10,7 +10,6 @@ "volume": "250 ml", "price": "1 USD", "price_postapoc": "0 cent", - "count": 1, "material": [ "compactblood" ], "symbol": ".", "color": "red", @@ -26,7 +25,6 @@ "volume": "250 ml", "price": "1 USD", "price_postapoc": "0 cent", - "count": 1, "material": [ "bone" ], "symbol": ".", "color": "white", @@ -42,7 +40,6 @@ "volume": "750 ml", "price": "1 USD", "price_postapoc": "0 cent", - "count": 1, "material": [ "iflesh" ], "symbol": ".", "color": "red", |