]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_keepaway.qh
Merge remote-tracking branch 'origin/master' into samual/lightning_gun
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_keepaway.qh
1 // these are needed since mutators are compiled last
2
3 entity ka_ball;
4
5 #define SP_KEEPAWAY_PICKUPS 4
6 #define SP_KEEPAWAY_CARRIERKILLS 5
7 #define SP_KEEPAWAY_BCTIME 6
8
9 void() havocbot_role_ka_carrier;
10 void() havocbot_role_ka_collector;