GearTypes: Fix mine Damage
authorWuzzy
Tue, 29 Mar 2016 21:58:51 +0100
changeset 827 231aed2ea8ae
parent 826 07f7de5b6325
child 828 a639d338d92f
GearTypes: Fix mine Damage
GearTypes.wiki
--- a/GearTypes.wiki	Tue Mar 29 18:03:59 2016 +0100
+++ b/GearTypes.wiki	Tue Mar 29 21:58:51 2016 +0100
@@ -400,7 +400,7 @@
 
  * `Timer`: Detonation timer (after activation). The initial value depends on the game settings.
  * `Health`: If `0`, mine is a dud, otherwise it is not a dud or has not been triggered yet.
- * `Damage`: If mine has become a dud, this will contain the damage taken by the mine since it was a dud. It starts at 0 and the mine will explode when `Damage` reaches 35 or higher.
+ * `Damage`: If mine has become a dud, this will contain the damage taken by the mine since it was a dud. It starts at 0 and the mine will explode when `Damage` is greater than 35.
  * `Boom`: Explosion size and damage. Default: 50
 
 ==== `gtSeduction` ====