mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
b24801a8ec
* Add table.get_random and table.get_random_weighted * Rewrite and randomize the messages from on_create * Split hodor messages resource from function * Return variable directly instead of adding an extra step * Change to luadoc
10 lines
378 B
Lua
10 lines
378 B
Lua
-- List of join messages and their weights. Default is 10.
|
|
return {
|
|
{'And remember.. Keep Calm And Spaghetti!', 50},
|
|
{'Not sure what to do? Ask Newcott.', 1},
|
|
{'Press F to pay respects and loot their items', 10},
|
|
{'Stick and move, stick and move', 10},
|
|
{'Fly like a butterfly, sting like a bee', 10},
|
|
{'These are not the bots you\'re looking for', 10}
|
|
}
|