mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed magic secateurs patch bones not applying
This commit is contained in:
parent
b4950343ec
commit
b849de2dab
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class CropHarvester : OptionHandler() {
|
|||
if (patch.patch.type in livesBased) {
|
||||
patch.rollLivesDecrement(
|
||||
getDynLevel(player, Skills.FARMING),
|
||||
requiredItem == Items.MAGIC_SECATEURS_7409
|
||||
inInventory(player, Items.MAGIC_SECATEURS_7409) //add ||inEquipment() check when Fairy Tale pt 1 has been implemented
|
||||
)
|
||||
} else {
|
||||
patch.harvestAmt--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue