--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/States.wiki Sun Aug 29 18:56:20 2010 +0200
@@ -0,0 +1,22 @@
+States hedgehogs can be in (see hedgewars/uConsts.pas for a current
+list).
+
+ gstDrowning
+ gstHHDriven
+ gstMoving
+ gstAttacked
+ gstAttacking
+ gstCollision
+ gstHHChooseTarget
+ gstHHJumping
+ gsttmpFlag
+ gstHHThinking
+ gstNoDamage
+ gstHHHJump
+ gstAnimation
+ gstHHDeath
+ gstWinner // this, along with gstLoser, is good for indicating hedgies know they screwed up
+ gstWait
+ gstNotKickable
+ gstLoser
+ gstHHGone