mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Enabled the woodcutting skillcape effect (nests are automatically collected into your inventory if you have space when dropped from a tree while woodcutting)
This commit is contained in:
parent
55f736b711
commit
69b706c3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ enum class SkillcapePerks(val attribute: String, val effect: ((Player) -> Unit)?
|
|||
Skillcape.FISHING -> GREAT_AIM
|
||||
Skillcape.COOKING -> HASTY_COOKING
|
||||
Skillcape.FIREMAKING -> CONSTANT_GLOW
|
||||
Skillcape.WOODCUTTING -> NONE
|
||||
Skillcape.WOODCUTTING -> NEST_HUNTER
|
||||
Skillcape.FARMING -> SEED_ATTRACTION
|
||||
Skillcape.HUNTING -> NONE
|
||||
Skillcape.SUMMONING -> NONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue