diff -r adfb23d8bc13 -r e6a6cfe308d4 States.wiki --- a/States.wiki Tue Mar 29 17:37:35 2016 +0100 +++ b/States.wiki Tue Mar 29 17:44:54 2016 +0100 @@ -6,7 +6,7 @@ || *Gear state* || *Description* || || `gstHHDriven` || Hedgehog is controlled by current player || -|| `gstHHChooseTarget` || Used for hedgehogs; if set, player can select a target with the cursor (e.g. for homing bee, air attack, etc.) || +|| `gstChooseTarget` || Used for hedgehogs; if set, player can select a target with the cursor (e.g. for homing bee, air attack, etc.) || || `gstHHJumping` || Used to indicate when a hedgehog is doing the long jump || || `gstHHHJump` || Used to indicate when a hedgehog is doing the high jump || || `gstHHThinking` || Thought bubble animation plays for hedgehog (used for AI players) || @@ -26,7 +26,7 @@ || `gstNotKickable` || Hedgehog can't be knocked away by various means (i.e. rope-knocking) || || `gstInvisible` || Gear is invisible || || `gstSubmersible` || Gear can swim underwater || -|| `gstFrozen` || Gear is frozen || +|| `gstFrozen` || Gear is frozen. This state is not for hedgehogs; for hedgehogs, use `SetEffect` and `GetEffect` with `effect=heFrozen` instead || || `gstNoGravity` || If set, gear is not subject to gravity (does not work for all gears) || See https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l195 for a current list). \ No newline at end of file