Couple of fixups (#513)

* Show preference state

* Fixup multiple of the same item on the ground.

* Fixup combat

* Fixup yell, decrease delay

* Tidy up yell

* use jdk8

(cherry picked from commit 1fe76d739e)
This commit is contained in:
Danial
2021-10-31 14:53:31 +13:00
committed by Dark98
parent 0e1edb79b6
commit c1202e8989
4 changed files with 32 additions and 19 deletions
@@ -1806,7 +1806,7 @@ public class CombatAssistant {
}
public boolean checkMagicReqs(int spell) {
return MagicRequirements.checkMagicReqs(player, spell);
return MagicRequirements.checkMagicReqs(player, spell, player.usingMagic);
}
public int calculateRangeDefence() {