mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Implement various fixes from Major-/Apollo.
This commit is contained in:
@@ -45,7 +45,7 @@ class MiningAction < DistancedAction
|
||||
|
||||
def executeAction
|
||||
skills = character.skill_set
|
||||
level = skills.get_skill(Skill::MINING).maximum_level # TODO: is using max level correct?
|
||||
level = skills.get_skill(Skill::MINING).current_level
|
||||
pickaxe = find_pickaxe
|
||||
|
||||
# verify the player can mine with their pickaxe
|
||||
|
||||
Reference in New Issue
Block a user