Merging Source v1.7.2: corrected sleeping typo
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user