diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-14 21:28:02 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-14 21:28:02 +0000 |
commit | e8b6398ead581d58b674176e945d13043a79e7b3 (patch) | |
tree | d17798eb480f6cabccfa7b25eab6e9685bb3af0a /base/ini | |
parent | 3343f296987c786efd20e10454423a372968350a (diff) |
Set default prices for mines.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/weapons.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini index df1dc2f..e359815 100644 --- a/base/ini/weapons.ini +++ b/base/ini/weapons.ini @@ -8,14 +8,17 @@ label=mine_dumb name=Dumb mine info=The dumb mine is the cheapest of all mines. It will remain stationary in space and explode if something touches it. +price=50 [mine] label=mine_proxy name=Proximity mine +price=250 [mine] label=mine_smart name=Smart mine +price=500 [cannon] label=pewpew1 |