From: Mircea Kitsune Date: Mon, 11 Apr 2011 19:55:01 +0000 (+0300) Subject: Also update the reload delay when firing, to add a forced pause that was missing X-Git-Tag: xonotic-v0.5.0~263^2~10^2~56 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1b02ffa0176be47b6be915a579cbc8bca9610954;p=xonotic%2Fxonotic-data.pk3dir.git Also update the reload delay when firing, to add a forced pause that was missing --- diff --git a/qcsrc/server/w_hagar.qc b/qcsrc/server/w_hagar.qc index e040226f0..d4b47a29e 100644 --- a/qcsrc/server/w_hagar.qc +++ b/qcsrc/server/w_hagar.qc @@ -226,6 +226,7 @@ void W_Hagar_Attack2_Load (void) } weapon_thinkf(WFRAME_DONTCHANGE, autocvar_g_balance_hagar_secondary_refire, w_ready); + self.hagarload_refire = time + autocvar_g_balance_hagar_secondary_refire; self.hagar_load = 0; } }