Fixed magic secateurs patch bones not applying

This commit is contained in:
Player Name 2025-01-20 12:00:38 +00:00 committed by Ryan
parent b4950343ec
commit b849de2dab

View file

@ -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--