32 {
34
36 {
38 SetHealth( "", "", GetMaxHealth()*0.1 );
39 }
41 {
43 SetHealth( "", "", GetMaxHealth()*0.4 );
44 }
45 }
FoodStageType
Definition FoodStage.c:2
void ChangeFoodStage(FoodStageType new_food_stage_type)
Definition Edible_Base.c:509
static proto int RandomInt(int min, int max)
Returns a random int number between and min [inclusive] and max [exclusive].