diff -r 4ac63a5c0184 -r 5776338a1613 States.wiki --- a/States.wiki Tue Feb 20 14:57:51 2018 +0000 +++ b/States.wiki Tue Feb 20 22:36:27 2018 +0000 @@ -22,11 +22,11 @@ || `gsttmpFlag` || Used for various purposes, its meaning depends on the gear type (see [GearTypes]) || || `gstNoDamage` || Gear does not take damage from explosions and attacks like shoryuken and will not be pushed by them. For the invulnerability shield used by hedgehogs, use `SetEffect` || || `gstAnimation` || Hedgehog plays an animation || -|| `gstWait` || || +|| `gstWait` || ??? || || `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. 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 +See https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l195 for a current list. \ No newline at end of file