]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutators.qh
Fix water damage (ignore armor when drowning).
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutators.qh
index a27373dc3262e634425a66fa8b0ebe47cbb0489b..e7a95de7ec5ba08df4a7140742035b6b4b7d1d6c 100644 (file)
@@ -23,5 +23,11 @@ MUTATOR_DECLARATION(mutator_minstagib);
 MUTATOR_DECLARATION(mutator_touchexplode);
 MUTATOR_DECLARATION(mutator_pinata);
 MUTATOR_DECLARATION(mutator_midair);
+MUTATOR_DECLARATION(mutator_bloodloss);
+MUTATOR_DECLARATION(mutator_random_gravity);
+MUTATOR_DECLARATION(mutator_multijump);
+MUTATOR_DECLARATION(mutator_melee_only);
+MUTATOR_DECLARATION(mutator_nades);
+MUTATOR_DECLARATION(mutator_campcheck);
 
 MUTATOR_DECLARATION(sandbox);