Spawn a bit fewer particles on blood bits
This commit is contained in:
parent
ec819cf4e4
commit
c03f3fce72
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ void Effect_CreateBlood(vector pos, vector color) {
|
||||||
static void Blood_Touch(void)
|
static void Blood_Touch(void)
|
||||||
{
|
{
|
||||||
Decals_Place(self.origin, sprintf("{blood%d", floor(random(1,9))));
|
Decals_Place(self.origin, sprintf("{blood%d", floor(random(1,9))));
|
||||||
|
self.touch = __NULL__;
|
||||||
}
|
}
|
||||||
|
|
||||||
env_sprite eBlood = spawn(env_sprite);
|
env_sprite eBlood = spawn(env_sprite);
|
||||||
|
|
Loading…
Reference in a new issue