Merging Source v1.7.2: level changes
This commit is contained in:
@@ -317,7 +317,7 @@ public class PrisonBossLevel extends RegularLevel {
|
||||
} while (pos == cell || Actor.findChar( pos ) != null);
|
||||
|
||||
Mob boss = Bestiary.mob( Dungeon.depth );
|
||||
boss.state = Mob.State.HUNTING;
|
||||
boss.state = boss.HUNTING;
|
||||
boss.pos = pos;
|
||||
GameScene.add( boss );
|
||||
boss.notice();
|
||||
|
||||
Reference in New Issue
Block a user