1
0

Villagers: Harvesting is more rare.

This commit is contained in:
STRWarrior 2014-01-27 20:52:42 +01:00
parent 5b983b72fa
commit 723bb78dd1

View File

@ -76,7 +76,7 @@ void cVillager::Tick(float a_Dt, cChunk & a_Chunk)
m_DidFindCrops = false;
}
if (m_World->GetTickRandomNumber(50) != 0)
if (m_World->GetTickRandomNumber(100) != 0)
{
return;
}