]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
also make minstanex a superweapon
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index fa2acdd9b63270ab84fb3883c676ff90c54d679f..40b82224b02966f8d78c5902c2ea0ad4571e58fc 100644 (file)
@@ -751,7 +751,7 @@ void PutClientInServer (void)
                        self.weapons = start_weapons;
                }
 
-               if(self.weapons & WEPBIT_SUPERWEAPONS)
+               if(self.weapons & WEPBIT_SUPERWEAPONS) // exception for minstagib, as minstanex is a superweapon
                        self.superweapons_finished = time + autocvar_g_balance_superweapons_time;
                else
                        self.superweapons_finished = 0;