From 695a42dea108509f6cce469a08aecee03e111451 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 13 Jun 2016 15:20:27 +1000 Subject: [PATCH] Always show the panel when a flag is shielded --- qcsrc/client/hud/panel/modicons.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud/panel/modicons.qc b/qcsrc/client/hud/panel/modicons.qc index f442d2df52..38dac05aeb 100644 --- a/qcsrc/client/hud/panel/modicons.qc +++ b/qcsrc/client/hud/panel/modicons.qc @@ -129,7 +129,7 @@ void HUD_Mod_CTF(vector pos, vector mySize) ctf_oneflag = (stat_items & CTF_FLAG_NEUTRAL); - mod_active = (redflag || blueflag || yellowflag || pinkflag || neutralflag); + mod_active = (redflag || blueflag || yellowflag || pinkflag || neutralflag || (stat_items & CTF_SHIELDED)); if (autocvar__hud_configure) { redflag = 1; -- 2.39.2