X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=a28a45937cb0359c43de7c9b814d56544241cf26;hp=e7a95de7ec5ba08df4a7140742035b6b4b7d1d6c;hb=31bf64ba7821ebb5c0aba8a154472810074ed11e;hpb=8ece2525b0ef31c747f8e0913d6d7ce1307b147b diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index e7a95de7ec..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); @@ -29,5 +31,6 @@ MUTATOR_DECLARATION(mutator_multijump); MUTATOR_DECLARATION(mutator_melee_only); MUTATOR_DECLARATION(mutator_nades); MUTATOR_DECLARATION(mutator_campcheck); +MUTATOR_DECLARATION(mutator_buffs); MUTATOR_DECLARATION(sandbox);