Farmscape Blitz Bugs and Feedback

The error should be fixed, thank you for the reports!

and hero.findBoosts() now filters boosts that have been picked up, thank you for the suggestion and reports!

I’ve encountered a very odd bug.

fieldObj = hero.whatAt("A1")
if fieldObj and fieldObj.place.split("")[1] < 2 and fieldObj.place.split("")[1] > 0:
    if fieldObj.place.split("")[1] != 1:
        hero.say()

Logically, the hero.say() function should not be run. However, it does get run. This does not happen for all places (A0 was fine), but I think this is happening to other places besides this one. I had wheat at A1, in case that has any significance regarding the bug.

Is there going to be a countdown timer?

1 Like