From: Mircea Kitsune Date: Mon, 11 Apr 2011 20:00:38 +0000 (+0300) Subject: OMG, forgot the firing animation *beats self* X-Git-Tag: xonotic-v0.5.0~263^2~10^2~55 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cd6a73490b8c9d18a31346f5bfb547239b1537f1;p=xonotic%2Fxonotic-data.pk3dir.git OMG, forgot the firing animation *beats self* --- diff --git a/qcsrc/server/w_hagar.qc b/qcsrc/server/w_hagar.qc index d4b47a29e..ff2c46095 100644 --- a/qcsrc/server/w_hagar.qc +++ b/qcsrc/server/w_hagar.qc @@ -225,7 +225,7 @@ void W_Hagar_Attack2_Load (void) counter = counter + 1; } - weapon_thinkf(WFRAME_DONTCHANGE, autocvar_g_balance_hagar_secondary_refire, w_ready); + weapon_thinkf(WFRAME_FIRE2, autocvar_g_balance_hagar_secondary_refire, w_ready); self.hagarload_refire = time + autocvar_g_balance_hagar_secondary_refire; self.hagar_load = 0; }