Villagers: Harvesting is more rare.
This commit is contained in:
parent
5b983b72fa
commit
723bb78dd1
@ -76,7 +76,7 @@ void cVillager::Tick(float a_Dt, cChunk & a_Chunk)
|
|||||||
m_DidFindCrops = false;
|
m_DidFindCrops = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_World->GetTickRandomNumber(50) != 0)
|
if (m_World->GetTickRandomNumber(100) != 0)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user