/*
============================
Entity Def for monster_alien
============================
*/
/*QUAKED monster_alien (1 0 0) (-32 -32 -24) (32 32 64) Ambush Posion PosionOnce Regenerate
Alien 500 HP. Attacks with jump, melee, missile and poison.
Regenerates HP.
*FLAGS*
Ambush: you know what this means
Posion: Toggles posion attack (check for on)
PosionOnce: Prevents posion reinfecting (check for on)
Regenerate: Toggles regeneration (check for on)
*FIELDS*
MaxHealth: Sets maximum ammount of health the alien can regenerate to (defaults to 500). Setting this to zero(0) stops regeneration. Only works with regeneration flag set.
Rate: Sets the rate of regeneration. Defaults to 20.
*/