Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit db05c190fe - Show all commits

View file

@ -32,6 +32,11 @@ class FruitTreeChopper : OptionHandler() {
val plantable = patch.plantable
plantable ?: return false
if (SkillingTool.getHatchet(player) == null) {
sendMessage(player, "You do not have an axe to use.")
return true
}
val animation = SkillingTool.getHatchet(player).animation
submitIndividualPulse(player, object : Pulse(animation.duration) {