States: fix syntax
authorWuzzy
Wed, 09 Mar 2016 02:45:55 +0000
changeset 784 19fc31fe4094
parent 783 c4b171741ee3
child 785 d801bd3aca18
States: fix syntax
States.wiki
--- a/States.wiki	Wed Mar 09 02:45:06 2016 +0000
+++ b/States.wiki	Wed Mar 09 02:45:55 2016 +0000
@@ -20,7 +20,7 @@
 || `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) ||
-|| `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`
+|| `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` || ||
 || `gstNotKickable` || Hedgehog can't be knocked away by various means (i.e. rope-knocking) ||