mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Fix Exploding dogs not becoming free zombie spawn ents
This commit is contained in:
parent
4a13c75127
commit
d6f8a20644
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void() dog_explodeanim2 =[ $des2, dog_explodeanim3 ] {self.frame = 2;};
|
|||
void() dog_explodeanim3 =[ $des3, dog_explodeanim4 ] {self.frame = 3;};
|
||||
void() dog_explodeanim4 =[ $des4, dog_explodeanim5 ] {self.frame = 4;};
|
||||
void() dog_explodeanim5 =[ $des5, dog_explodeanim6 ] {self.frame = 5;};
|
||||
void() dog_explodeanim6 =[ $des5, SUB_Null ] {remove(self);};
|
||||
void() dog_explodeanim6 =[ $des5, SUB_Null ] {removeZombie();};
|
||||
|
||||
void() Dog_Walk_Setup =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue