changed misc_gib sound (patch from tigger-on( tigger(at)onemoremonkey.com )
This commit is contained in:
parent
aab4e094aa
commit
eebf38d3c5
1 changed files with 2 additions and 2 deletions
4
misc.qc
4
misc.qc
|
@ -919,7 +919,7 @@ void() misc_gibs =
|
|||
precache_model ("progs/gib2.mdl");
|
||||
precache_model ("progs/h_zombie.mdl");
|
||||
precache_model ("progs/gib1.mdl");
|
||||
precache_sound ("zombie/z_miss.wav");
|
||||
precache_sound ("wizard/hit.wav");
|
||||
self.classname = "gibball";
|
||||
self.nextthink = time + (random() * 5);
|
||||
self.think = gib_fly;
|
||||
|
@ -949,7 +949,7 @@ local entity gibball;
|
|||
|
||||
void() gib_touch =
|
||||
{
|
||||
sound (self, CHAN_VOICE, "zombie/z_miss.wav", 0.25, ATTN_NORM);
|
||||
sound (self, CHAN_VOICE, "wizard/hit.wav", 0.25, ATTN_NORM);
|
||||
if (self.velocity == '0 0 0')
|
||||
self.avelocity = '0 0 0';
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue