diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:49:13 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:49:13 -0800 |
commit | a149f05910a32abf75d92c89e0703291e2ab05cc (patch) | |
tree | 15539b96d7dac29860ec79b2727456fbf2b769bd /json | |
parent | Updated to use BN depends. (diff) | |
download | cataclysm-bn-mod_restore-reactor-core-expansion-a149f05910a32abf75d92c89e0703291e2ab05cc.tar.xz |
Also add missing price_postapoc.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/toolmod.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/items/toolmod.json b/json/items/toolmod.json index 764c9d5..77c22a8 100644 --- a/json/items/toolmod.json +++ b/json/items/toolmod.json @@ -7,7 +7,8 @@ "description": "This is an expansion device for use on plutonium-powered equipment. With enough electronics skill, you could attach this to an atomic tool to double the amount of plutonium it can hold. Note that this device is incompatible with the atomic battery mod.", "weight": "694 g", "volume": "750 ml", - "price": 10000, + "price": "100 USD", + "price_postapoc": "10 USD", "material": [ "superalloy", "plastic" ], "symbol": ";", "color": "dark_gray", |