]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
pinata, weapon_stay and blood loss are pointless in minstagib
authorterencehill <piuntn@gmail.com>
Wed, 1 Feb 2012 23:03:35 +0000 (00:03 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 1 Feb 2012 23:11:42 +0000 (00:11 +0100)
qcsrc/server/miscfunctions.qc

index 69900230a49a10cdd565b7fde3bfab74eea987eb..d88f6f275eb5436ed0eb6005ef9545d4dce40938 100644 (file)
@@ -906,6 +906,9 @@ void readplayerstartcvars()
        }
        else if (g_minstagib)
        {
+               g_pinata = 0; // incompatible
+               g_weapon_stay = 0; // incompatible
+               g_bloodloss = 0; // incompatible
                start_health = 100;
                start_armorvalue = 0;
                start_weapons = WEPBIT_MINSTANEX;