X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=6af356658e1b687b64c7c7b2d95756e156212293;hb=f2804031fdb2889c46959e91ea9da121e6731686;hp=dab42bd65d8c39287701a4c3cffb3daf808f9609;hpb=d0db4b5db11800d291fbdba93a67e8487fa033e2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index dab42bd65..6af356658 100644 --- a/qcsrc/server/mutators/mutators.qh +++ b/qcsrc/server/mutators/mutators.qh @@ -19,6 +19,16 @@ MUTATOR_DECLARATION(mutator_spawn_near_teammate); MUTATOR_DECLARATION(mutator_physical_items); MUTATOR_DECLARATION(mutator_vampire); MUTATOR_DECLARATION(mutator_superspec); +MUTATOR_DECLARATION(mutator_minstagib); 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);