From 65ebedb3627734e33d349eacf3d949cb96cf2707 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sat, 9 Jul 2011 19:17:29 +0300 Subject: [PATCH] Change "Being swallowed..." to "Swallowed..." on the HUD ring. --- data/qcsrc/client/sbar.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 7785aa85..f8d7eefc 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -2034,7 +2034,7 @@ void Sbar_Ring() if not(cvar("sbar_ring2_info_swallowprogress_prey")) break; ring2_color = '1 0.5 0.5'; - text2_msg = "Being swallowed..."; + text2_msg = "Swallowed..."; break; case 2: // ring shows regurgitation preparing, fills with progress -- 2.39.2