1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/resources/join_messages.lua
Matthew 57d24e68e1 Resources cleanup (#412)
* Export single quotes instead of double

* Autoformat (with quote-changing disabled)
2018-11-20 11:47:46 +01:00

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