X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=6af356658e1b687b64c7c7b2d95756e156212293;hb=f2804031fdb2889c46959e91ea9da121e6731686;hp=0c17b7ccf8fe20ce1c8e3dae690813d18b4c6a17;hpb=603381c1f811d36ec4eb8087579e0f2b83d1c423;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index 0c17b7ccf..6af356658 100644 --- a/qcsrc/server/mutators/mutators.qh +++ b/qcsrc/server/mutators/mutators.qh @@ -24,5 +24,11 @@ MUTATOR_DECLARATION(mutator_touchexplode); MUTATOR_DECLARATION(mutator_pinata); MUTATOR_DECLARATION(mutator_midair); MUTATOR_DECLARATION(mutator_bloodloss); +MUTATOR_DECLARATION(mutator_random_gravity); +MUTATOR_DECLARATION(mutator_multijump); +MUTATOR_DECLARATION(mutator_melee_only); +MUTATOR_DECLARATION(mutator_nades); +MUTATOR_DECLARATION(mutator_riflearena); +MUTATOR_DECLARATION(mutator_campcheck); MUTATOR_DECLARATION(sandbox);