mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user