]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_tuba.qc
Added cvar bot_debug_goalstack to visualize the path that each bot is trying to follow
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_tuba.qc
index 9849c37db5a25698fad0ae81d9e5c05352fcc7f5..4a7978808319109c2d2de1f7f61d652b512e168a 100644 (file)
@@ -238,7 +238,7 @@ float w_tuba(float req)
        else if (req == WR_SETUP)
        {
                weapon_setup(WEP_TUBA);
-               self.current_ammo = zero_ammo;
+               self.current_ammo = ammo_none;
        }
        else if (req == WR_CHECKAMMO1)
                return TRUE; // TODO use fuel?