diff options
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/antwerp/buccaneers.ini | 9 | ||||
-rw-r--r-- | base/ini/zones/ghant/alexandria.ini | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/base/ini/zones/antwerp/buccaneers.ini b/base/ini/zones/antwerp/buccaneers.ini index 9f867ed..7ff1a10 100644 --- a/base/ini/zones/antwerp/buccaneers.ini +++ b/base/ini/zones/antwerp/buccaneers.ini @@ -9,3 +9,12 @@ ship=raider ship=juggernaut +[ship] +label=raider + +[ship] +label=juggernaut + +[cargo] +label=gold +price=1100 diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini index 72db703..93231c6 100644 --- a/base/ini/zones/ghant/alexandria.ini +++ b/base/ini/zones/ghant/alexandria.ini @@ -22,9 +22,15 @@ label=pod ; available cargo types [cargo] +; always declare the label first label=crates price=20 [cargo] label=niobium price=250 + +[cargo] +label=liquor +price=300 + |