# HG changeset patch
# User Wuzzy
# Date 1554216437 -3600
# Node ID 047fe82b6627c00ee8b339e3e40f004fd8a44b40
# Parent  d2397947f3d7c38399a602efd7817b4975e75151
GearTypes: Remove air mine karma

diff -r d2397947f3d7 -r 047fe82b6627 GearTypes.wiki
--- a/GearTypes.wiki	Mon Apr 01 23:23:43 2019 +0100
+++ b/GearTypes.wiki	Tue Apr 02 15:47:17 2019 +0100
@@ -282,8 +282,7 @@
  * `WDTimer`: Initial timer value (in milliseconds) of an activated air mine. The `Timer` is reset to this value if the air mine gets re-activated.
  * `Angle`: Range in which it seeks and follows hedgehogs, in pixels. If a hedgehog is within this range, the air mine will start following. Set it to `0xFFFFFFFF` for an infinite seek range. Set to `0` to disable following. This also indirectly sets the escape distance which hog need to reach for the air mine to stop following. It is 6 times this value. Default: 175 (and an implied default escape distance of 1050)
  * `Power`: Speed in which it seeks and follows hedgehogs.
- * `Karma`: Explosion size and damage (in 0.9.22). Default: 30
- * `Boom`: Explosion size and damage (in 0.9.23). Default: 25
+ * `Boom`: Explosion size and damage (since 0.9.23). Default: 25
 
 ==== `gtBallGun` ====
 A ballgun. It throws 51 balls ([GearTypes#gtBall `gtBall`]) by default. This weapon is timer-based.