Merging Source v1.7.2: corrected sleeping typo

This commit is contained in:
Evan Debenham
2014-10-21 00:41:44 -04:00
parent 13afc9df8d
commit f352efded2
4 changed files with 10 additions and 11 deletions
@@ -41,7 +41,7 @@ public class MagicalSleep extends Buff {
GLog.i("You fall into a deep magical sleep.");
}
else if (target instanceof Mob)
((Mob)target).state = ((Mob)target).SLEEPEING;
((Mob)target).state = ((Mob)target).SLEEPING;
target.paralysed = true;