]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/duel/sv_duel.qh
705bedc47e9a3e9a5e644c6ab860fd108c3530b3
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / duel / sv_duel.qh
1 #pragma once
2
3 #include <common/mutators/base.qh>
4 REGISTER_MUTATOR(duel, false)
5 {
6     MUTATOR_STATIC();
7         return 0;
8 }
9
10 bool autocvar_g_duel_with_powerups;
11 bool autocvar_g_duel_warmup = true;