3 #include <common/mutators/base.qh>
4 #include <common/scores.qh>
7 IntrusiveList g_kaballs;
8 REGISTER_MUTATOR(ka, false)
13 GameRules_scoring(0, SFL_SORT_PRIO_PRIMARY, 0, {
14 field(SP_KEEPAWAY_PICKUPS, "pickups", 0);
15 field(SP_KEEPAWAY_CARRIERKILLS, "bckills", 0);
16 field(SP_KEEPAWAY_BCTIME, "bctime", SFL_SORT_PRIO_SECONDARY);
24 const int KA_BALL_COUNT = 1;
28 void(entity this) havocbot_role_ka_carrier;
29 void(entity this) havocbot_role_ka_collector;
31 void ka_DamageEvent(entity this, entity inflictor, entity attacker, float damage, int deathtype, .entity weaponentity, vector hitloc, vector force);
33 void ka_TouchEvent(entity this, entity toucher);
35 void ka_DropEvent(entity plyr);