]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/bot/bot.qc
3 vore personalities for bots (multiplied by the bot_ai_vore_* cvars)
[voretournament/voretournament.git] / data / qcsrc / server / bot / bot.qc
index de6bed13350661e5dc45f333dc2a417fc30dd34b..c9c1e44a08c9b444e472efb6e5d6245324a6788a 100644 (file)
@@ -191,6 +191,10 @@ void bot_setnameandstuff()
        READSKILL(bot_thinkskill, 1, 0.5); // think skill
        READSKILL(bot_aiskill, 2, 0); // "ai" skill
 
+       READSKILL(bot_vorethink, 1, 0.5); // vore think 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