mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Badgamer fix
This commit is contained in:
@@ -46,7 +46,7 @@ local commands = {
|
|||||||
['lenny']={'chat-bot.lenny'},
|
['lenny']={'chat-bot.lenny'},
|
||||||
['feedback']={'chat-bot.feedback'},
|
['feedback']={'chat-bot.feedback'},
|
||||||
['wiki']={'chat-bot.wiki'},
|
['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,
|
['evolution']=function(player) return {'chat-bot.current-evolution',string.format('%.2f',game.forces['enemy'].evolution_factor)} end,
|
||||||
--Jokes about food and drink
|
--Jokes about food and drink
|
||||||
['whattoeat']={'chat-bot.food'},
|
['whattoeat']={'chat-bot.food'},
|
||||||
|
|||||||
Reference in New Issue
Block a user