Implementing weather changes that affect animals
Will lead into Storms and fires Weather chance to be certain things (storm, rain, sun, neutral,) class weather
private
variability float stormradius float
if (menuOption == 1)
{
TimePeriod++;
Season = TimePeriod % 4;
ShowDetail = true;
AdvanceTimePeriod();
}
if (menuOption == 2)
{
TimePeriod++;
Season = TimePeriod % 4;
ShowDetail = false;
AdvanceTimePeriod();
}