From 839df364feaf743dc458ad20852ca3df07c9eab5 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Wed, 16 May 2012 14:19:24 +0300 Subject: [PATCH] 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 --- data/qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2