*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1807 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a952dcfc56
commit
f2aa8780cd
1 changed files with 2 additions and 1 deletions
|
@ -80,8 +80,9 @@ void(float damage, float dist, float rate) FireMelee =
|
|||
if (trace_ent.takedamage)
|
||||
{
|
||||
trace_ent.axhitme = 1;
|
||||
SpawnBlood (org, 20);
|
||||
SpawnBlood (org, 1);
|
||||
T_Damage (trace_ent, self, self, damage+random()*damage);
|
||||
sound (self, CHAN_WEAPON, trace_ent.armornoise, 1, ATTN_NORM);
|
||||
}
|
||||
else
|
||||
{ // hit wall
|
||||
|
|
Loading…
Reference in a new issue