mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-23 11:25:11 -06:00
lil tweak
This commit is contained in:
parent
761c4f80a1
commit
90df723c24
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ public final class Prayer {
|
|||
if(prayerActiveTicks > 0 && prayerActiveTicks % 2 == 0){
|
||||
if(getPlayer().getSkills().getPrayerPoints() == 0){
|
||||
reset();
|
||||
return;
|
||||
}
|
||||
double amountDrain = 0;
|
||||
for(PrayerType type : getActive()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue