Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 48b69b6

Browse files
Jarl-RSExplv
authored andcommitted
Update Axe.java (#72)
1 parent 1741428 commit 48b69b6

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/activities/skills/woodcutting

1 file changed

+1
-1
lines changed

src/main/java/activities/skills/woodcutting/Axe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public enum Axe implements Tool {
99
BRONZE("Bronze axe", 1, 1),
1010
IRON("Iron axe", 1, 1),
1111
STEEL("Steel axe", 6, 5),
12-
BLACK("Black axe", 6, 10),
12+
BLACK("Black axe", 11, 10),
1313
MITHRIL("Mithril axe", 21, 20),
1414
ADAMANT("Adamant axe", 31, 30),
1515
RUNE("Rune axe", 41, 40),

0 commit comments

Comments
 (0)