- make medic axes trigger buttons

This commit is contained in:
Adam Olsen 2001-10-13 01:33:54 +00:00
parent 63999de0a0
commit d9a3e54a66
1 changed files with 5 additions and 1 deletions

View File

@ -863,7 +863,11 @@ void(float inAuto) W_FireMedikit =
trace_ent.health = trace_ent.max_health;
}
}
}
} else {
trace_ent.axhitme = 1;
SpawnBlood (org, 30);
T_Damage (trace_ent, self, self, 10);
}
}
else
{