chnge color

This commit is contained in:
ineedbots 2021-07-07 14:53:00 -06:00
parent b7053cba21
commit 4d3bd2603d

View File

@ -1604,7 +1604,7 @@ doPrintDamage(dmg, hitloc, flags)
huddamage setvalue(dmg);
if ((flags & level.iDFLAGS_PENETRATION) != 0)
huddamage.color = (1, 0.25, 1);
huddamage.color = (1, 0.25, 0.25);
if (hitloc == "head")
huddamage.color = (1, 1, 0.25);