1
0

Support ageable mobs

Move ageable stuff in Monster directly
This commit is contained in:
Hallucino
2015-07-12 18:00:56 +02:00
committed by hallucino
parent 9b3b047004
commit 53207d3f18
5 changed files with 156 additions and 28 deletions

View File

@@ -101,6 +101,7 @@ cMonster::cMonster(const AString & a_ConfigName, eMonsterType a_MobType, const A
, m_TicksSinceLastDamaged(100)
, m_BurnsInDaylight(false)
, m_RelativeWalkSpeed(1)
, m_Age(1)
{
if (!a_ConfigName.empty())
{