11-11-2011, 01:17 AM
(11-10-2011, 11:37 PM)ThuGie Wrote: How do i go about setting them ?
Like chicken having 2 harts / 4 heatlh ?
In cChicken.cpp:
Code:
cChicken::cChicken()
: m_ChaseTime( 999999 )
{
//LOG("SPAWNING A CHICKEN!!!!!!!!!!!!!!!!!!!!!");
m_EMPersonality = PASSIVE;
m_MobType = 93;
m_Health = 4 //Hearts = m_Health / 2
}[/code]