]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
OMG, forgot the firing animation *beats self*
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 11 Apr 2011 20:00:38 +0000 (23:00 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 11 Apr 2011 20:00:38 +0000 (23:00 +0300)
qcsrc/server/w_hagar.qc

index d4b47a29e55ff64231e9b8bd8b7f5496db0a138a..ff2c46095aea1b9da6d709871d32090061de9316 100644 (file)
@@ -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;
        }