X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=data%2Fqcsrc%2Fclient%2FView.qc;h=abe99a1447477dabd6cc522aad61e520e45f24dd;hb=d98e976dfdc4c333cab110559fa0f2377182f97d;hp=f82cc299e6e3114067e0eae710ef24ac4e44ab2b;hpb=11b52be038f0253e6a235a7524f11406e3385d97;p=voretournament%2Fvoretournament.git diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index f82cc299..abe99a14 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -300,6 +300,7 @@ void CSQC_UpdateView(float w, float h) // helper system if(cvar("cl_helper")) + if not(getstati(STAT_ARMOR) < g_power) { if(intermission || respawned || spectatee_status < 0 || getstati(STAT_HEALTH) <= 0 || getstati(STAT_VORE_EATEN)) { @@ -1158,6 +1159,7 @@ void CSQC_UpdateView(float w, float h) localcmd(strcat("bf ", cvar_string("cl_flash_respawn_color"), " ", cvar_string("cl_flash_respawn"), "\n")); if not(getstati(STAT_VORE_EATEN)) // crosshair is useless if we're in the stomach + if not(getstati(STAT_ARMOR) < g_power) { // crosshair goes VERY LAST if(!scoreboard_active && !ons_showmap && !camera_active) {