From: MirceaKitsune Date: Tue, 2 Aug 2011 15:41:57 +0000 (+0300) Subject: Don't trigger the helper in many circumstances X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9890b04660035b79b651f25f745eea021cf64c37;p=voretournament%2Fvoretournament.git Don't trigger the helper in many circumstances --- 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")) {