Slight farming bugfix

This commit is contained in:
ceikry
2021-08-04 22:57:14 -05:00
parent c12cbc0f91
commit 21c5f77a49
@@ -76,6 +76,9 @@ class CropHarvester : OptionHandler() {
)
} else {
patch.harvestAmt--
if(patch.harvestAmt <= 0){
patch.clear()
}
}
return patch.cropLives <= 0 || patch.harvestAmt <= 0
}