States: Edited via web interface
authorWuzzy
Tue, 20 Feb 2018 22:36:27 +0000
changeset 1233 5776338a1613
parent 1232 4ac63a5c0184
child 1234 60346a2ffb4c
States: Edited via web interface
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