X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutators.qh;h=6d889e24eba2afb38c71dc09ae2f89f5b11f9d6e;hb=8f935a3cd36d703f480691e5fe61ecaac0ebb5c0;hp=edfd81d31df045dbf215a900baf8bdec8109dbb1;hpb=15b437b2e18f0cfada1346d8bb7c29eb68943581;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutators.qh b/qcsrc/server/mutators/mutators.qh index edfd81d31..6d889e24e 100644 --- a/qcsrc/server/mutators/mutators.qh +++ b/qcsrc/server/mutators/mutators.qh @@ -1,5 +1,7 @@ +#ifndef MUTATORS_H +#define MUTATORS_H + MUTATOR_DECLARATION(gamemode_assault); -MUTATOR_DECLARATION(gamemode_arena); MUTATOR_DECLARATION(gamemode_ca); MUTATOR_DECLARATION(gamemode_keyhunt); MUTATOR_DECLARATION(gamemode_freezetag); @@ -9,6 +11,10 @@ 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(gamemode_tdm); MUTATOR_DECLARATION(mutator_dodging); MUTATOR_DECLARATION(mutator_invincibleprojectiles); @@ -19,15 +25,19 @@ MUTATOR_DECLARATION(mutator_spawn_near_teammate); MUTATOR_DECLARATION(mutator_physical_items); MUTATOR_DECLARATION(mutator_vampire); MUTATOR_DECLARATION(mutator_superspec); -MUTATOR_DECLARATION(mutator_minstagib); +MUTATOR_DECLARATION(mutator_instagib); MUTATOR_DECLARATION(mutator_touchexplode); 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_campcheck); +MUTATOR_DECLARATION(mutator_buffs); MUTATOR_DECLARATION(sandbox); +MUTATOR_DECLARATION(mutator_overkill); + +#endif