diff options
author | Stijn Buys <ingar@osirion.org> | 2009-04-18 19:52:49 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-04-18 19:52:49 +0000 |
commit | 0d3953ebf69fabef702e57d7984642c2be1018ab (patch) | |
tree | 1247882b8a85f503880f52fa3ede5ec0f6cb33e2 /base/ini | |
parent | 82e761db7a3bcf1b1d87228ab0868b2469d98352 (diff) |
Updated Alexandria outpost, added storage tanks
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/zones/ghant.ini | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 92f65f9..d9c3e77 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -81,6 +81,22 @@ direction=45 ; this is the default dock default=yes +[entity] +label=alexandria_storage1 +name=Storage tanks +model=colonial/alexandria_storage +location=-176 -720 32 +color=222 192 145 +direction=45 + +[entity] +label=alexandria_storage2 +name=Storage tanks +model=colonial/alexandria_storage +location=-172 -720 32 +color=222 192 145 +direction=45 + [station] label=custodian name=battleship Custodian @@ -119,7 +135,7 @@ direction=225 [entity] label=regula_storage -name=storage tanks +name=Storage tanks model=colonial/regula_storage location=-122 928 -32 color=0.4 0.7 0 |