1
0

Suggestions

This commit is contained in:
Tiger Wang
2014-07-04 17:42:40 +01:00
parent f4e3c01a71
commit 79e558be34
7 changed files with 20 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ void cThrownEggEntity::OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_H
{
TrySpawnChicken(a_HitPos);
m_DestroyTimer = 5;
m_DestroyTimer = 2;
}