From 79af92f2c605cc0d9b1870c6dfff396ee04bf3be Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Tue, 12 Apr 2011 19:32:53 +0300 Subject: [PATCH] Pause until we can load rockets again, once we re-press the alt fire button --- qcsrc/server/w_hagar.qc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcsrc/server/w_hagar.qc b/qcsrc/server/w_hagar.qc index c78b7f568..dfe1f1726 100644 --- a/qcsrc/server/w_hagar.qc +++ b/qcsrc/server/w_hagar.qc @@ -148,6 +148,9 @@ void W_Hagar_Attack2_Load (void) self.hagar_load = 0; sound(self, CHAN_WEAPON2, "weapons/hagar_load.wav", VOL_BASE, ATTN_NORM); + // pause until we can load rockets again, once we re-press the alt fire button + self.hagar_loadstep = time + autocvar_g_balance_hagar_secondary_load_speed; + // require letting go of the alt fire button before we can load again self.hagar_loadblock = TRUE; } -- 2.39.2