From: MirceaKitsune Date: Wed, 16 May 2012 11:19:24 +0000 (+0300) Subject: Base blur amount on swallow progress. The screen will blur at full configured intensi... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=839df364feaf743dc458ad20852ca3df07c9eab5;p=voretournament%2Fvoretournament.git Base blur amount on swallow progress. The screen will blur at full configured intensity when you are fully swallowed, and not blur when you just start being swallowed --- diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index 4ae32330..2ef46010 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -712,7 +712,7 @@ void CSQC_UpdateView(float w, float h) { liquidalpha = cvar("hud_contents_swallow_alpha"); liquidcolor = stov(cvar_string("hud_contents_swallow_color")); - incontent = 1; + incontent = getstatf(STAT_VORE_PROGRESS_PREY); // based on the swallow progress } else {