X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=4d57fa7ee64d6b7a9ece79ccd07aa75894bab763;hb=ba362adc0915c3c21dbae747f7b54057ab6df41e;hp=7c797848a08df3299214ae4c1d4ac59eb8e6e843;hpb=d957e789b57a046f8456b5e88ed4abfa5a34f6f1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index 7c797848a..4d57fa7ee 100644 --- a/qcsrc/server/mutators/mutators.qh +++ b/qcsrc/server/mutators/mutators.qh @@ -3,6 +3,9 @@ MUTATOR_DECLARATION(gamemode_freezetag); MUTATOR_DECLARATION(gamemode_keepaway); MUTATOR_DECLARATION(gamemode_ctf); MUTATOR_DECLARATION(gamemode_nexball); +MUTATOR_DECLARATION(gamemode_onslaught); +MUTATOR_DECLARATION(gamemode_td); +MUTATOR_DECLARATION(gamemode_domination); MUTATOR_DECLARATION(mutator_dodging); MUTATOR_DECLARATION(mutator_invincibleprojectiles); @@ -10,6 +13,8 @@ MUTATOR_DECLARATION(mutator_new_toys); MUTATOR_DECLARATION(mutator_nix); MUTATOR_DECLARATION(mutator_rocketflying); MUTATOR_DECLARATION(mutator_spawn_near_teammate); +MUTATOR_DECLARATION(mutator_physical_items); MUTATOR_DECLARATION(mutator_vampire); +MUTATOR_DECLARATION(mutator_superspec); MUTATOR_DECLARATION(sandbox);