monster_headcrab: leaping, plus noise

This commit is contained in:
Marco Cawthorne 2023-07-30 10:06:45 -07:00
parent 914884b9fc
commit 06ec2f0310
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 4 additions and 0 deletions

View File

@ -17,10 +17,14 @@ entityDef monster_headcrab
"snd_idle" "monster_headcrab.idle"
"snd_pain" "monster_headcrab.pain"
"snd_death" "monster_headcrab.death"
"leap_damage" "skill:headcrab_dmg_bite"
events {
jump "AddVelocity" "512 0 250"
jump "StartSoundDef" "monster_headcrab.attack"
jump_variation1 "AddVelocity" "512 0 250"
jump_variation1 "StartSoundDef" "monster_headcrab.attack"
jump_variation2 "AddVelocity" "512 0 250"
jump_variation2 "StartSoundDef" "monster_headcrab.attack"
}
}