d1404924d4
Currently, a grown evil turnip has infinite yeild. This happens because of the return statemnt in the `else` calse of `chance` definition in `Patch.rollLivesDecrement()`. Because of the return, the method exists before `cropLives` is decremented.