Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cl_overkill.qc
Go to the documentation of this file.
1#include "cl_overkill.qh"
2
4{
6 cvar_settemp("g_overkill", "1");
7 }
8}
#define MUTATOR_ONADD
Definition base.qh:309
#define REGISTER_MUTATOR(...)
Definition base.qh:295
float cvar_settemp(string tmp_cvar, string tmp_value)
Definition util.qc:811