From f608acc59aa5642ff857befd33e87f4f2faac8e1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 13 Oct 2011 10:50:13 +0200 Subject: [PATCH] add a comment for an idea about hud damage --- qcsrc/client/View.qc | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.2