Implement various fixes from Major-/Apollo.

This commit is contained in:
Major-
2013-10-27 19:31:44 +00:00
parent 08c72bf9aa
commit e0c7287af5
26 changed files with 565 additions and 370 deletions
+1 -1
View File
@@ -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