summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-01-27 20:52:42 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-01-27 20:52:42 +0100
commit723bb78dd144a34adae5502b4d526ab887b911d5 (patch)
tree6bc4f789cee29d6232757286ff21f95e3b866ae2
parentVillager: Farmers can't place crops on blocks other then farmland. (diff)
downloadcuberite-723bb78dd144a34adae5502b4d526ab887b911d5.tar
cuberite-723bb78dd144a34adae5502b4d526ab887b911d5.tar.gz
cuberite-723bb78dd144a34adae5502b4d526ab887b911d5.tar.bz2
cuberite-723bb78dd144a34adae5502b4d526ab887b911d5.tar.lz
cuberite-723bb78dd144a34adae5502b4d526ab887b911d5.tar.xz
cuberite-723bb78dd144a34adae5502b4d526ab887b911d5.tar.zst
cuberite-723bb78dd144a34adae5502b4d526ab887b911d5.zip
-rw-r--r--src/Mobs/Villager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Villager.cpp b/src/Mobs/Villager.cpp
index 5d6d7482f..46346fa9f 100644
--- a/src/Mobs/Villager.cpp
+++ b/src/Mobs/Villager.cpp
@@ -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;
}