]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/mutators.qh
Merge branch 'terencehill/ca_arena_freezetag_bugfixes' into terencehill/ca_arena_mutators
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutators.qh
1 MUTATOR_DECLARATION(gamemode_arena);
2 MUTATOR_DECLARATION(gamemode_ca);
3 MUTATOR_DECLARATION(gamemode_keyhunt);
4 MUTATOR_DECLARATION(gamemode_freezetag);
5 MUTATOR_DECLARATION(gamemode_keepaway);
6 MUTATOR_DECLARATION(gamemode_ctf);
7 MUTATOR_DECLARATION(gamemode_nexball);
8 MUTATOR_DECLARATION(gamemode_onslaught);
9 MUTATOR_DECLARATION(gamemode_domination);
10
11 MUTATOR_DECLARATION(mutator_dodging);
12 MUTATOR_DECLARATION(mutator_invincibleprojectiles);
13 MUTATOR_DECLARATION(mutator_new_toys);
14 MUTATOR_DECLARATION(mutator_nix);
15 MUTATOR_DECLARATION(mutator_rocketflying);
16 MUTATOR_DECLARATION(mutator_spawn_near_teammate);
17 MUTATOR_DECLARATION(mutator_physical_items);
18 MUTATOR_DECLARATION(mutator_vampire);
19 MUTATOR_DECLARATION(mutator_superspec);
20
21 MUTATOR_DECLARATION(sandbox);