From e2bea41cd19bf3c9c2e8db89bfa6fecca116a2ec Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 2 Feb 2012 00:03:35 +0100 Subject: [PATCH] pinata, weapon_stay and blood loss are pointless in minstagib --- qcsrc/server/miscfunctions.qc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index 69900230a..d88f6f275 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -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; -- 2.39.2