From: Rudolf Polzer Date: Thu, 13 Oct 2011 08:50:13 +0000 (+0200) Subject: add a comment for an idea about hud damage X-Git-Tag: xonotic-v0.6.0~40^2~47 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f608acc59aa5642ff857befd33e87f4f2faac8e1;p=xonotic%2Fxonotic-data.pk3dir.git add a comment for an idea about hud damage --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index d01a7f552..a90788526 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -865,6 +865,10 @@ void CSQC_UpdateView(float w, float h) myhealth_prev = myhealth; + // IDEA: change damage color/picture based on player model for robot/alien species? + // pro: matches model better + // contra: it's not red because blood is red, but because red is an alarming color, so red should stay + // maybe different reddish pics? if(autocvar_cl_gentle_damage || autocvar_cl_gentle) { if(autocvar_cl_gentle_damage == 2)