diff options
author | Stijn Buys <ingar@osirion.org> | 2015-01-25 11:18:53 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2015-01-25 11:18:53 +0000 |
commit | d5ecf734878b65851664ed6d921ba46c67116f3f (patch) | |
tree | 9018b99e7c69b7698344b31158566874c732530e | |
parent | 1feb1c215cc50828bfa260ddcd93be14a9ee2d10 (diff) |
Add a default cannon type for new games.
-rw-r--r-- | base/ini/game.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/ini/game.ini b/base/ini/game.ini index 4485457..4eb8ada 100644 --- a/base/ini/game.ini +++ b/base/ini/game.ini @@ -11,6 +11,8 @@ zone=ghant ; ship a new player receives ship=vector +; the type of cannon the ship will be armed with +cannon=laser1 ; amount of credits a new player receives credits=5000 |