]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_tuba.qc
a TODO comment
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_tuba.qc
index 7a4a9c6009927abbd0015b91c38eb93dab34fb90..dccd3dc22e6c9795c9e1b7a8774e3fa3cf97fde6 100644 (file)
@@ -229,6 +229,10 @@ float w_tuba(float req)
                weapon_setup(WEP_TUBA);
                self.current_ammo = ammo_none;
        }
+       else if (req == WR_RELOAD)
+       {
+               // TODO switch to alternate instruments :)
+       }
        else if (req == WR_CHECKAMMO1)
                return TRUE; // TODO use fuel?
        else if (req == WR_CHECKAMMO2)