mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-17 21:08:08 +02:00
Resources cleanup (#412)
* Export single quotes instead of double * Autoformat (with quote-changing disabled)
This commit is contained in:
parent
c49f5007fa
commit
57d24e68e1
@ -10,9 +10,9 @@ local Module = {}
|
||||
local function update_file()
|
||||
local data = {'{\n'}
|
||||
for player_name, _ in pairs(global.regulars) do
|
||||
table.insert(data, '["')
|
||||
table.insert(data, "['")
|
||||
table.insert(data, player_name)
|
||||
table.insert(data, '"] = true,\n')
|
||||
table.insert(data, "''] = true,\n")
|
||||
end
|
||||
table.insert(data, '}')
|
||||
|
||||
|
@ -32,8 +32,8 @@ Module.welcome_messages = {
|
||||
['der-dave.com'] = "Dave doesn't want a welcome message.",
|
||||
['plague006'] = 'plague wrote this dumb message you have to read. If you want your own dumb on-join message be sure to donate on Patreon!',
|
||||
['shoghicp'] = 'Need more servers!',
|
||||
['aldldl'] = 'ALo\'s Here',
|
||||
['Raiguard'] = 'I am... was... God. The one you call \'The Almighty\'. The creator of Factories. But now, I am dead. The Biters killed me. I am sorry.',
|
||||
['aldldl'] = "ALo's Here",
|
||||
['Raiguard'] = "I am... was... God. The one you call 'The Almighty'. The creator of Factories. But now, I am dead. The Biters killed me. I am sorry.",
|
||||
}
|
||||
|
||||
return Module
|
||||
|
@ -1,4 +1,4 @@
|
||||
return{
|
||||
return {
|
||||
'Why don’t fish like basketball? Cause they’re afraid of the net',
|
||||
'What do you get when you cross a banker with a fish? A Loan shark!',
|
||||
'How do you make an Octupus laugh? With ten-tickles',
|
||||
|
@ -9,4 +9,4 @@ return {
|
||||
{'HOOOODOOOR!', 4},
|
||||
{'( ͡° ͜ʖ ͡°)', 1},
|
||||
{'☉ ‿ ⚆', 1}
|
||||
}
|
||||
}
|
||||
|
@ -5,5 +5,5 @@ return {
|
||||
{'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}
|
||||
{"These are not the bots you're looking for", 10}
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
return
|
||||
{
|
||||
return {
|
||||
"a stick",
|
||||
"a leaf",
|
||||
"a moldy carrot",
|
||||
@ -134,7 +133,7 @@ return
|
||||
"a copy of META MEME HUMOR for Dummies",
|
||||
"an abandoned not-so-young-anymore puppy",
|
||||
"one of those useless items advertised on TV",
|
||||
"a genetic blueprint of a Japanese teen idol",
|
||||
"a genetic blueprint of a Japanese teen idol",
|
||||
"yesterday’s jam",
|
||||
"non-stick honey",
|
||||
"gluten-free gluten",
|
||||
|
Loading…
x
Reference in New Issue
Block a user