mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
57d24e68e1
* Export single quotes instead of double * Autoformat (with quote-changing disabled)
10 lines
377 B
Lua
10 lines
377 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}
|
|
}
|