]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/mutators.qh
Merge branch 'Mario/nades_mutator' into Mario/mutators
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutators.qh
1 MUTATOR_DECLARATION(gamemode_assault);
2 MUTATOR_DECLARATION(gamemode_arena);
3 MUTATOR_DECLARATION(gamemode_ca);
4 MUTATOR_DECLARATION(gamemode_keyhunt);
5 MUTATOR_DECLARATION(gamemode_freezetag);
6 MUTATOR_DECLARATION(gamemode_keepaway);
7 MUTATOR_DECLARATION(gamemode_ctf);
8 MUTATOR_DECLARATION(gamemode_nexball);
9 MUTATOR_DECLARATION(gamemode_onslaught);
10 MUTATOR_DECLARATION(gamemode_domination);
11 MUTATOR_DECLARATION(gamemode_lms);
12
13 MUTATOR_DECLARATION(mutator_dodging);
14 MUTATOR_DECLARATION(mutator_invincibleprojectiles);
15 MUTATOR_DECLARATION(mutator_new_toys);
16 MUTATOR_DECLARATION(mutator_nix);
17 MUTATOR_DECLARATION(mutator_rocketflying);
18 MUTATOR_DECLARATION(mutator_spawn_near_teammate);
19 MUTATOR_DECLARATION(mutator_physical_items);
20 MUTATOR_DECLARATION(mutator_vampire);
21 MUTATOR_DECLARATION(mutator_superspec);
22 MUTATOR_DECLARATION(mutator_minstagib);
23 MUTATOR_DECLARATION(mutator_touchexplode);
24 MUTATOR_DECLARATION(mutator_pinata);
25 MUTATOR_DECLARATION(mutator_midair);
26 MUTATOR_DECLARATION(mutator_bloodloss);
27 MUTATOR_DECLARATION(mutator_random_gravity);
28 MUTATOR_DECLARATION(mutator_norecoil);
29 MUTATOR_DECLARATION(mutator_multijump);
30 MUTATOR_DECLARATION(mutator_jump_grunt);
31 MUTATOR_DECLARATION(mutator_footsteps);
32 MUTATOR_DECLARATION(mutator_melee_only);
33 MUTATOR_DECLARATION(mutator_nades);
34
35 MUTATOR_DECLARATION(sandbox);