v0.9.1c: fixed Tengu getting extra turns in load in some cases
This commit is contained in:
parent
ecd93baffd
commit
3a1fdee8fd
|
@ -97,7 +97,10 @@ public class NewTengu extends Mob {
|
|||
@Override
|
||||
protected void onAdd() {
|
||||
//when he's removed and re-added to the fight, his time is always set to now.
|
||||
spend(-cooldown());
|
||||
if (cooldown() > TICK) {
|
||||
spend(-cooldown());
|
||||
spendToWhole();
|
||||
}
|
||||
super.onAdd();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user