mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Add !evolution command (#63)
* Add !evolution to auto-chat.lua * Add !evolution to chat-bot.cfg * Fixed syntax error and converted to two decimal places
This commit is contained in:
@@ -44,6 +44,7 @@ local commands = {
|
|||||||
['aids']={'chat-bot.aids'},
|
['aids']={'chat-bot.aids'},
|
||||||
['riot']={'chat-bot.riot'},
|
['riot']={'chat-bot.riot'},
|
||||||
['lenny']={'chat-bot.lenny'},
|
['lenny']={'chat-bot.lenny'},
|
||||||
|
['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{
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ softmod=A softmod is a custom scenario that runs on this server, example is the
|
|||||||
blame=Blame __1__ for what just happend!
|
blame=Blame __1__ for what just happend!
|
||||||
afk=Your afk? Look at __1__, that player has been afk for: __2__
|
afk=Your afk? Look at __1__, that player has been afk for: __2__
|
||||||
links=To see links open the readme and click links.
|
links=To see links open the readme and click links.
|
||||||
|
current-evolution=Current evolution factor is __1__
|
||||||
magic=Fear the admin magic (ノ゚∀゚)ノ⌒・*:.。. .。.:*・゜゚・*☆
|
magic=Fear the admin magic (ノ゚∀゚)ノ⌒・*:.。. .。.:*・゜゚・*☆
|
||||||
aids=≖ ‿ ≖ Fear the aids of a public server ≖ ‿ ≖
|
aids=≖ ‿ ≖ Fear the aids of a public server ≖ ‿ ≖
|
||||||
riot=(admins) ┬┴┬┴┤ᵒ_ᵒ)├┬┴┬┴ ‹ ‹\(´ω` )/››‹‹\ ( ´)/››‹‹\ ( ´ω`)/›› (rest of server)
|
riot=(admins) ┬┴┬┴┤ᵒ_ᵒ)├┬┴┬┴ ‹ ‹\(´ω` )/››‹‹\ ( ´)/››‹‹\ ( ´ω`)/›› (rest of server)
|
||||||
|
|||||||
Reference in New Issue
Block a user