From 8dffc9964224cb2ec7124b5620d2f1d01ab9d258 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 30 Sep 2018 01:08:24 +0100 Subject: [PATCH] badgmare fix --- modules/ExpGamingBot/autoChat/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ExpGamingBot/autoChat/control.lua b/modules/ExpGamingBot/autoChat/control.lua index d615d206..aa40b6e7 100644 --- a/modules/ExpGamingBot/autoChat/control.lua +++ b/modules/ExpGamingBot/autoChat/control.lua @@ -48,7 +48,7 @@ local commands = { ['lenny']={'chat-bot.lenny'}, ['feedback']={'chat-bot.feedback'}, ['wiki']={'chat-bot.wiki'}, - ['blame']=function(player) local options = {'?','.','!','!!!'} return {'chat-bot.hodor',options[math.random(#options)]} end, + ['hodor']=function(player) local options = {'?','.','!','!!!'} return {'chat-bot.hodor',options[math.random(#options)]} end, ['evolution']=function(player) return {'chat-bot.current-evolution',string.format('%.2f',game.forces['enemy'].evolution_factor)} end, --Jokes about food and drink ['whattoeat']={'chat-bot.food'},