mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
swap the colors
This commit is contained in:
parent
4d3bd2603d
commit
d755d3be01
@ -1604,10 +1604,10 @@ doPrintDamage(dmg, hitloc, flags)
|
|||||||
huddamage setvalue(dmg);
|
huddamage setvalue(dmg);
|
||||||
|
|
||||||
if ((flags & level.iDFLAGS_PENETRATION) != 0)
|
if ((flags & level.iDFLAGS_PENETRATION) != 0)
|
||||||
huddamage.color = (1, 0.25, 0.25);
|
huddamage.color = (1, 1, 0.25);
|
||||||
|
|
||||||
if (hitloc == "head")
|
if (hitloc == "head")
|
||||||
huddamage.color = (1, 1, 0.25);
|
huddamage.color = (1, 0.25, 0.25);
|
||||||
|
|
||||||
huddamage moveovertime(1);
|
huddamage moveovertime(1);
|
||||||
huddamage fadeovertime(1);
|
huddamage fadeovertime(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user