States: add link
authorWuzzy
Wed, 09 Mar 2016 02:46:11 +0000
changeset 785 d801bd3aca18
parent 784 19fc31fe4094
child 786 fa89c95d5c6c
States: add link
States.wiki
--- a/States.wiki	Wed Mar 09 02:45:55 2016 +0000
+++ b/States.wiki	Wed Mar 09 02:46:11 2016 +0000
@@ -19,7 +19,7 @@
 || `gstAttacking` || Used to indicate when a hedgehog is currently attacking (player holds down attack key). Also used for triggered mines ||
 || `gstCollision` || Used to indicate the gear has just collided with something. Used internally for many checks and stuff ||
 || `gstDrowning` || Gear is drowning ||
-|| `gsttmpFlag` || Used for various purposes, its meaning depends on the gear type (see GearTypes) ||
+|| `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` || ||