mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Update chat_reply.lua
This commit is contained in:
@@ -18,11 +18,11 @@ return {
|
|||||||
['script']={'info.softmod'},
|
['script']={'info.softmod'},
|
||||||
['loop']={'chat-bot.loops'},
|
['loop']={'chat-bot.loops'},
|
||||||
['loops']={'chat-bot.loops'},
|
['loops']={'chat-bot.loops'},
|
||||||
['rhd']={'chat-bot.lhd'},
|
['rhd']={'info.lhd'},
|
||||||
['lhd']={'chat-bot.lhd'},
|
['lhd']={'info.lhd'},
|
||||||
['roundabout']={'chat-bot.loops'},
|
['roundabout']={'chat-bot.loops'},
|
||||||
['roundabouts']={'chat-bot.loops'},
|
['roundabouts']={'chat-bot.loops'},
|
||||||
['redmew']={'chat-bot.redmew'},
|
['redmew']={'info.redmew'},
|
||||||
['afk']=function(player)
|
['afk']=function(player)
|
||||||
local max=player
|
local max=player
|
||||||
for _,next_player in pairs(game.connected_players) do
|
for _,next_player in pairs(game.connected_players) do
|
||||||
@@ -66,4 +66,4 @@ return {
|
|||||||
return {'chat-bot.current-evolution',string.format('%.2f',game.forces['enemy'].evolution_factor)}
|
return {'chat-bot.current-evolution',string.format('%.2f',game.forces['enemy'].evolution_factor)}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user