Breakfast garden harvesting

AlbinoRhino

Active member
So I have "harvestGardenHardcore" set to "any" but breakfast didn't get my cornucopia the last 2 days. Anyone else noticed this? Anything else I should check? I hate making bug reports when the most likely answer is that I'm doing something stupid. I remember noticing that mafia harvested 11 cornucopias just before ascending. (I have it set to wait for the 15 cornucopias in aftercore.) But it apparently hasn't picked anything since then.
 
Last edited:

Veracity

Developer
Staff member
Do "ash get_campground()" before running breakfast and lets see what it says about your garden. "any" should still force a pick regardless, but, let's see.
 

Darzil

Developer
My garden also didn't harvest today. Have 15 cornucopia, it is set to harvest at 15 cornucopia, get_campground() shows 15 cornucopia.
 

Veracity

Developer
Staff member
Ha ha ha ha. See anything wrong with the conditional in the following code?

Code:
		if ( KoLCharacter.isEd() || !KoLCharacter.inNuclearAutumn() || Limitmode.limitCampground() )
		{
			return;
		}
Revision 17732
 
Top