mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Badgamer fix
This commit is contained in:
@@ -46,7 +46,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'},
|
||||
|
||||
Reference in New Issue
Block a user