Fixed magic secateurs patch bones not applying
This commit is contained in:
@@ -97,7 +97,7 @@ class CropHarvester : OptionHandler() {
|
|||||||
if (patch.patch.type in livesBased) {
|
if (patch.patch.type in livesBased) {
|
||||||
patch.rollLivesDecrement(
|
patch.rollLivesDecrement(
|
||||||
getDynLevel(player, Skills.FARMING),
|
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 {
|
} else {
|
||||||
patch.harvestAmt--
|
patch.harvestAmt--
|
||||||
|
|||||||
Reference in New Issue
Block a user