diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:46:43 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:46:43 -0800 |
commit | cbd89382c966805027aa7f120cb0bedca93bad13 (patch) | |
tree | f93174655141ffc8cb182a28b43164822f40d980 /json/items/ammo/66mm.json | |
parent | Fix the volume of the M202A1 and its magazine. (diff) | |
download | cataclysm-bn-mod_packed-at4-cbd89382c966805027aa7f120cb0bedca93bad13.tar.xz |
Convert prices to cent/USD.
Diffstat (limited to 'json/items/ammo/66mm.json')
-rw-r--r-- | json/items/ammo/66mm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/66mm.json b/json/items/ammo/66mm.json index 945b966..0d01ce0 100644 --- a/json/items/ammo/66mm.json +++ b/json/items/ammo/66mm.json @@ -2,7 +2,7 @@ { "type": "AMMO", "id": "66mm_HEAT", - "price": 200000, + "price": "2000 USD", "name": { "str_sp": "66mm HEAT" }, "symbol": "=", "color": "dark_gray", |