lil tweak

This commit is contained in:
ceikry 2021-08-20 20:56:01 -05:00
parent 761c4f80a1
commit 90df723c24

View file

@ -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()){