]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/bot/bot.qc
Split the vore_think skill in two categories (predator and prey). The bigger the...
[voretournament/voretournament.git] / data / qcsrc / server / bot / bot.qc
index e67d89f38be6694f4e46843392d45a5c429ff960..aed35b42219eadc0738021fdda69d0dda3eb83db 100644 (file)
@@ -75,7 +75,7 @@ void bot_think()
        self.BUTTON_ATCK2 = 0;
        self.BUTTON_ZOOM = 0;
        self.BUTTON_CROUCH = 0;
-       self.BUTTON_GRABBER = 0;
+       self.BUTTON_JETPACK = 0;
        self.BUTTON_INFO = 0;
        self.button8 = 0;
        self.BUTTON_CHAT = 0;
@@ -191,6 +191,11 @@ void bot_setnameandstuff()
        READSKILL(bot_thinkskill, 1, 0.5); // think skill
        READSKILL(bot_aiskill, 2, 0); // "ai" skill
 
+       READSKILL(bot_vorethinkpred, 1, 0.5); // vore predator skill
+       READSKILL(bot_vorethinkprey, 1, 0.5); // vore prey skill
+       READSKILL(bot_vorefear, 1, 0.5); // vore fear skill
+       READSKILL(bot_voreteamheal, 1, 0.5); // vore teamheal skill
+
        self.bot_config_loaded = TRUE;
 
        // this is really only a default, JoinBestTeam is called later