# HG changeset patch # User Wuzzy # Date 1459285131 -3600 # Node ID 231aed2ea8aebdae6021c508eb162da7abd49dfa # Parent 07f7de5b6325ec91d9b087be05f4dd9a52a0ff8a GearTypes: Fix mine Damage diff -r 07f7de5b6325 -r 231aed2ea8ae 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` ====