From 9890b04660035b79b651f25f745eea021cf64c37 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 2 Aug 2011 18:41:57 +0300 Subject: [PATCH] Don't trigger the helper in many circumstances --- data/qcsrc/client/View.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index d8ea89ba..5d91a7ef 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -301,6 +301,7 @@ void CSQC_UpdateView(float w, float h) // helper system if(cvar("cl_helper")) if(helper_pause <= time) + if(!intermission && !respawned && spectatee_status >= 0 && getstati(STAT_HEALTH) > 0 && !getstati(STAT_VORE_EATEN)) { if(getstati(STAT_HEALTH) <= cvar("cl_helper_health_value")) { -- 2.39.2