]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Also update the reload delay when firing, to add a forced pause that was missing
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 11 Apr 2011 19:55:01 +0000 (22:55 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 11 Apr 2011 19:55:01 +0000 (22:55 +0300)
qcsrc/server/w_hagar.qc

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