]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/duel/sv_duel.qh
Add an option (enabled by default) to configure whether the duel gamemode has a warmup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / duel / sv_duel.qh
index 9a0d716b920a1aa660c150ef7ae0fc5946036b54..705bedc47e9a3e9a5e644c6ab860fd108c3530b3 100644 (file)
@@ -6,3 +6,6 @@ REGISTER_MUTATOR(duel, false)
     MUTATOR_STATIC();
        return 0;
 }
+
+bool autocvar_g_duel_with_powerups;
+bool autocvar_g_duel_warmup = true;