From 3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 19:44:00 -0700 Subject: Backport some of the optimizations and bugfixes from my work porting to DDA. --- vamp_stuff/Modification_Files/Items/Tools/v_tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Tools/v_tools.json') diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json index 5d8bbe2..0d35f20 100644 --- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json +++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json @@ -7,8 +7,8 @@ "description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.", "weight": "5350 g", "volume": "3250 ml", - "price": "0 cent", - "price_postapoc": "1500 USD", + "price": 0, + "price_postapoc": 150000, "to_hit": -1, "bashing": 3, "material": [ "steel", "glass" ], -- cgit v1.2.1