]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/havocbot/role_keyhunt.qc
Effectinfo: temporary order fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / havocbot / role_keyhunt.qc
index 63888e45fc5f8d81af0ccf7734f91f02ce620b04..b1603c792ac033806577bcd189016cac89040674 100644 (file)
@@ -15,7 +15,7 @@ void() havocbot_role_kh_freelancer;
 
 
 void havocbot_goalrating_kh(float ratingscale_team, float ratingscale_dropped, float ratingscale_enemy)
-{
+{SELFPARAM();
        entity head;
        for (head = kh_worldkeylist; head; head = head.kh_worldkeynext)
        {
@@ -44,7 +44,7 @@ void havocbot_goalrating_kh(float ratingscale_team, float ratingscale_dropped, f
 }
 
 void havocbot_role_kh_carrier()
-{
+{SELFPARAM();
        if(self.deadflag != DEAD_NO)
                return;
 
@@ -71,7 +71,7 @@ void havocbot_role_kh_carrier()
 }
 
 void havocbot_role_kh_defense()
-{
+{SELFPARAM();
        if(self.deadflag != DEAD_NO)
                return;
 
@@ -112,7 +112,7 @@ void havocbot_role_kh_defense()
 }
 
 void havocbot_role_kh_offense()
-{
+{SELFPARAM();
        if(self.deadflag != DEAD_NO)
                return;
 
@@ -154,7 +154,7 @@ void havocbot_role_kh_offense()
 }
 
 void havocbot_role_kh_freelancer()
-{
+{SELFPARAM();
        if(self.deadflag != DEAD_NO)
                return;
 
@@ -204,7 +204,7 @@ void havocbot_role_kh_freelancer()
 }
 
 void havocbot_chooserole_kh()
-{
+{SELFPARAM();
        float r;
 
        if(self.deadflag != DEAD_NO)