v1.1.2: fixed monk focus not clearing when fight isn't visible
This commit is contained in:
@@ -422,11 +422,9 @@ public abstract class Char extends Actor {
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (visibleFight) {
|
|
||||||
String defense = enemy.defenseVerb();
|
|
||||||
enemy.sprite.showStatus( CharSprite.NEUTRAL, defense );
|
|
||||||
|
|
||||||
|
enemy.sprite.showStatus( CharSprite.NEUTRAL, enemy.defenseVerb() );
|
||||||
|
if (visibleFight) {
|
||||||
//TODO enemy.defenseSound? currently miss plays for monks/crab even when they parry
|
//TODO enemy.defenseSound? currently miss plays for monks/crab even when they parry
|
||||||
Sample.INSTANCE.play(Assets.Sounds.MISS);
|
Sample.INSTANCE.play(Assets.Sounds.MISS);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user