Xonotic
cl_overkill.qc
Go to the documentation of this file.
1 #include "cl_overkill.qh"
2 
3 REGISTER_MUTATOR(ok, false)
4 {
6  cvar_settemp("g_overkill", "1");
7  }
8 }
float cvar_settemp(string tmp_cvar, string tmp_value)
Definition: util.qc:696
REGISTER_MUTATOR(ok, false)
Definition: cl_overkill.qc:3
#define MUTATOR_ONADD
Definition: base.qh:284