swap the colors

This commit is contained in:
ineedbots 2021-07-07 15:24:41 -06:00
parent 4d3bd2603d
commit d755d3be01

View File

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