diff options
author | Stijn Buys <ingar@osirion.org> | 2012-12-08 23:14:23 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-12-08 23:14:23 +0000 |
commit | 061a8c6ecd6767cc1bca77a51714ab5f9e8f2768 (patch) | |
tree | c18137a12a62e3729b0c6591ea94f31f5f5b3c82 | |
parent | 184da84ed992149b9b9c26f79686b842fcf8b6cf (diff) |
Set default prices for gold and diamonds.
-rw-r--r-- | base/ini/cargo.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini index 4589575..900f8bc 100644 --- a/base/ini/cargo.ini +++ b/base/ini/cargo.ini @@ -38,6 +38,7 @@ info=It does not oxidize like regular durasteel and is widely used for anything label=diamonds
name=Diamonds
model=models/cargo/diamonds/diamonds
+price=1500
volume=1
info=Diamonds are a girl's best friend forever.
@@ -46,7 +47,7 @@ label=gold name=Gold
model=models/cargo/gold/gold
; default price
-price=1500
+price=1250
volume=1
info=Since the beginning of recorded history, gold has been a highly sought-after precious metal.
info=With wealthy customers like banks, jewellers and the high-tech industry, gold trade is usually a lucrative endeavour.
|