From: Mircea Kitsune Date: Tue, 12 Apr 2011 16:32:53 +0000 (+0300) Subject: Pause until we can load rockets again, once we re-press the alt fire button X-Git-Tag: xonotic-v0.5.0~263^2~10^2~32 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=79af92f2c605cc0d9b1870c6dfff396ee04bf3be;p=xonotic%2Fxonotic-data.pk3dir.git Pause until we can load rockets again, once we re-press the alt fire button --- 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; }