X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=a28a45937cb0359c43de7c9b814d56544241cf26;hp=3d5ca72958f15b71c1a1c9793a96e79da1302490;hb=31bf64ba7821ebb5c0aba8a154472810074ed11e;hpb=6781e6a622320df88fe4ae04a337227967e8729f diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index 3d5ca72958..a28a45937c 100644 --- a/qcsrc/server/mutators/mutators.qh +++ b/qcsrc/server/mutators/mutators.qh @@ -1,5 +1,4 @@ MUTATOR_DECLARATION(gamemode_assault); -MUTATOR_DECLARATION(gamemode_arena); MUTATOR_DECLARATION(gamemode_ca); MUTATOR_DECLARATION(gamemode_keyhunt); MUTATOR_DECLARATION(gamemode_freezetag); @@ -9,6 +8,9 @@ MUTATOR_DECLARATION(gamemode_nexball); MUTATOR_DECLARATION(gamemode_onslaught); MUTATOR_DECLARATION(gamemode_domination); MUTATOR_DECLARATION(gamemode_lms); +MUTATOR_DECLARATION(gamemode_invasion); +MUTATOR_DECLARATION(gamemode_cts); +MUTATOR_DECLARATION(gamemode_race); MUTATOR_DECLARATION(mutator_dodging); MUTATOR_DECLARATION(mutator_invincibleprojectiles); @@ -25,13 +27,10 @@ MUTATOR_DECLARATION(mutator_pinata); MUTATOR_DECLARATION(mutator_midair); MUTATOR_DECLARATION(mutator_bloodloss); MUTATOR_DECLARATION(mutator_random_gravity); -MUTATOR_DECLARATION(mutator_norecoil); MUTATOR_DECLARATION(mutator_multijump); -MUTATOR_DECLARATION(mutator_jump_grunt); -MUTATOR_DECLARATION(mutator_footsteps); MUTATOR_DECLARATION(mutator_melee_only); MUTATOR_DECLARATION(mutator_nades); -MUTATOR_DECLARATION(mutator_riflearena); MUTATOR_DECLARATION(mutator_campcheck); +MUTATOR_DECLARATION(mutator_buffs); MUTATOR_DECLARATION(sandbox);