From f436115426c664f79dabd9a94a98c1f27049feb3 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 1 Feb 2012 15:09:51 +0100 Subject: [PATCH] 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) --- qcsrc/server/miscfunctions.qc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5