--- a/GearTypes.wiki Mon Jan 04 14:25:38 2016 +0000
+++ b/GearTypes.wiki Tue Jan 05 22:33:58 2016 +0000
@@ -281,7 +281,7 @@
==== `gtDrill` ====
A drill rocket. This is either a launched drill rocket or a small drill rocket from the drill strike (which is a bit weaker than the launched one).
-The type of drill rocket is stored in the gear state. If `gsttmpFlag` is set (e.g. {{{band(GetState(yourDrillGear), gsttempFlag) == 0}}} evaluates to `true`), it is a launched drill rocket, otherwise it is a drill rocket from the drill strike.
+The type of drill rocket is stored in the gear state. If `gsttmpFlag` is set (e.g. {{{band(GetState(yourDrillGear), gsttmpFlag) == 0}}} evaluates to `true`), it is a launched drill rocket, otherwise it is a drill rocket from the drill strike.
* `Tag`: Used for drill strike. If `1`, then first impact occoured already.
* `Timer`: Detonation timer (in ms)
@@ -433,6 +433,7 @@
A watermelon bomb, still intact. It spawns several `gtMelonPiece` gears when it explodes.
* `Timer`: Detonation timer (in milliseconds).
+ * `Boom`: Explosion size and damage. Default: 75
==== `gtWhip` ====
A whip.