]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_porto.qc
Attach flagcarries flag to vehicle, scale up and position flag when carried by vehicle
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_porto.qc
index 4e9a2cd706d91b359c60f37dd0e92f079add2162..d6e92a53728203ff5f648e797e2304e00a652fc1 100644 (file)
@@ -270,7 +270,10 @@ float w_porto(float req)
                precache_sound ("porto/unsupported.wav");
        }
        else if (req == WR_SETUP)
+       {
                weapon_setup(WEP_PORTO);
+               self.current_ammo = ammo_none;
+       }
        else if (req == WR_RESETPLAYER)
        {
                self.porto_current = world;