From: terencehill Date: Wed, 1 Feb 2012 14:09:51 +0000 (+0100) Subject: Disable g_minstagib starting a weapon arena game, it would break a lot the game.... X-Git-Tag: xonotic-v0.6.0~42^2~9^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f436115426c664f79dabd9a94a98c1f27049feb3;p=xonotic%2Fxonotic-data.pk3dir.git Disable g_minstagib starting a weapon arena game, it would break a lot the game. Notice that it's possible to enable minstagib together with weapon arena mode in the menu by checking minstagib in the mutator dialog and starting a game mode that hiddenly activates weapon arena mode (e.g. CA) --- diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index b780a8511..bbee72a73 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -897,6 +897,7 @@ void readplayerstartcvars() if (g_weaponarena) { + g_minstagib = 0; // incompatible start_weapons = g_weaponarena; if(!(g_lms || g_ca)) start_items |= IT_UNLIMITED_AMMO;