Exemplo n.º 1
0
 //Add health depending on how much ammo is left
 void Eat()
 {
     m_Stats.ChangeHealth(m_HealthAmount * m_CurAmmo);
     m_CurAmmo = 0;
 }