diff options
author | Stijn Buys <ingar@osirion.org> | 2011-02-08 16:55:58 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2011-02-08 16:55:58 +0000 |
commit | abadd7388950e000319a2624be334cf56456f21b (patch) | |
tree | 029c35c975f01d7137c8adcb20cdb5dd332a3e5c /base | |
parent | 7dabe77df47f3c99cf2852bfdfb9b8da0ab423eb (diff) |
Enable collision models on the micron vector and the custodian.
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/ships.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index c74e91f..6320eb9 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -52,6 +52,8 @@ name=Micron Vector template=ship_small ; 3d model file name, can be a .map or a .ase file model=maps/merchant/vector +; enable collision model +complex=true ; dealer price price=12500 @@ -301,6 +303,7 @@ label=custodian name=Custodian template=ship_battleship model=maps/colonial/custodian +complex=true jumpdrive=yes dock=yes price=750000 |