1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-08 21:45:34 +00:00

splash damage color

This commit is contained in:
ineedbots 2021-07-07 15:46:01 -06:00
parent 1af663dae8
commit fbcd41faea

View File

@ -1843,6 +1843,9 @@ doPrintDamage(dmg, hitloc, flags)
huddamage.font = "objective";
huddamage setvalue(dmg);
if ((flags & level.iDFLAGS_RADIUS) != 0)
huddamage.color = (0.25, 1, 0.25);
if ((flags & level.iDFLAGS_PENETRATION) != 0)
huddamage.color = (1, 1, 0.25);