From 3de840b94ca8de04fd97af23b1f54cd6d999917f Mon Sep 17 00:00:00 2001
From: Stijn Buys <ingar@osirion.org>
Date: Sun, 18 Nov 2012 15:09:13 +0000
Subject: Adds damage values for spacemines.

---
 base/ini/weapons.ini | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini
index a30f506..1a444e7 100644
--- a/base/ini/weapons.ini
+++ b/base/ini/weapons.ini
@@ -8,17 +8,20 @@
 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
+price=500
+damage=25
 
 [mine]
 label=mine_proxy
 name=Proximity mine
-price=250
+price=2500
+damage=100
 
 [mine]
 label=mine_smart
 name=Smart mine
-price=500
+price=15000
+damage=250
 
 [cannon]
 label=laser1
-- 
cgit v1.2.3