1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/resources/join_messages.lua
Matthew b24801a8ec Extend tables library, split on_create and hodor messages from functions (#357)
* 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
2018-11-17 12:56:03 +01:00

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}
}