TraceAttack: GoldSrc its blood color is a bit darker.

This commit is contained in:
Marco Cawthorne 2022-04-23 22:34:10 -07:00
parent a28caedf40
commit 6ec35387ae
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ TraceAttack_Apply(entity eAttacker, int iWeapon)
return;
if (trace_ent.iBleeds == 1) {
FX_Blood(trace_endpos, [1,0,0]);
FX_Blood(trace_endpos, [0.5,0,0]);
}
trace_surface_id = g_multiDamage_HitBod;