v3.3.0: fixed mimics not counting as having seen hero when surprising
This commit is contained in:
@@ -178,6 +178,7 @@ public class Mimic extends Mob {
|
|||||||
if (alignment == Alignment.NEUTRAL){
|
if (alignment == Alignment.NEUTRAL){
|
||||||
alignment = Alignment.ENEMY;
|
alignment = Alignment.ENEMY;
|
||||||
Dungeon.hero.spendAndNext(1f);
|
Dungeon.hero.spendAndNext(1f);
|
||||||
|
enemySeen = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user