]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/miscfunctions.qc
First part of a mass based swallowing system. Swallow limit will no longer be a playe...
[voretournament/voretournament.git] / data / qcsrc / server / miscfunctions.qc
index 2f36d6073eb03ecbf85862c12395cb15aba0be5b..d8c72f49cb03da9f54469147ba68ac5063bbcca4 100644 (file)
@@ -1017,7 +1017,6 @@ void readlevelcvars(void)
        g_norecoil = cvar("g_norecoil");\r
        g_vampire = cvar("g_vampire");\r
        g_bloodloss = cvar("g_bloodloss");\r
-       g_balance_vore_swallow_limit = bound(1, cvar("g_balance_vore_swallow_limit"), 9); // may only range between 1 and 9\r
        sv_maxidle = cvar("sv_maxidle");\r
        sv_maxidle_spectatorsareidle = cvar("sv_maxidle_spectatorsareidle");\r
        sv_pogostick = cvar("sv_pogostick");\r