mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-22 10:55:13 -06:00
Clear + disable prayers (more cleanup)
This commit is contained in:
parent
eedaa95a16
commit
54da219240
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ public final class Prayer {
|
|||
}
|
||||
|
||||
getPlayer().getSkills().decrementPrayerPoints(amountDrain);
|
||||
if(getPlayer().getSkills().getPrayerPoints() == 0){
|
||||
reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue