disable self damage and hp&armor rot. need to find the file to write
default values for g_mayhem_ regeneration and weaponarena. need to add
a new icon for mayhem. need to look into mapinfo regeneration.
#include "sv_mayhem.qh"
-bool autocvar_g_mayhem_regenerate;
+float autocvar_g_mayhem_regenerate;
+string autocvar_g_mayhem_weaponarena;
MUTATOR_HOOKFUNCTION(mayhem, Scores_CountFragsRemaining)
{
if (autocvar_g_pickup_items <= 0)
return true;
+ else
+ return false;
}
\ No newline at end of file