]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/duel/sv_duel.qh
Add an option (disabled by default) to spawn powerups in duel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / duel / sv_duel.qh
index 9a0d716b920a1aa660c150ef7ae0fc5946036b54..d255c9b3532ebcd37db5c849abd668979a0bd7aa 100644 (file)
@@ -6,3 +6,5 @@ REGISTER_MUTATOR(duel, false)
     MUTATOR_STATIC();
        return 0;
 }
+
+bool autocvar_g_duel_with_powerups;