mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
typing error fixed (#66)
This commit is contained in:
@@ -45,7 +45,7 @@ local commands = {
|
|||||||
['riot']={'chat-bot.riot'},
|
['riot']={'chat-bot.riot'},
|
||||||
['lenny']={'chat-bot.lenny'},
|
['lenny']={'chat-bot.lenny'},
|
||||||
['wiki']={'chat-bot.wiki'},
|
['wiki']={'chat-bot.wiki'},
|
||||||
['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'},
|
||||||
['makepopcorn']=function(player) Server.new_thread{
|
['makepopcorn']=function(player) Server.new_thread{
|
||||||
|
|||||||
Reference in New Issue
Block a user