1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

updates to reg + donators

This commit is contained in:
grilledham 2018-09-13 13:46:51 +01:00
parent 755bd7a958
commit c69395a329
2 changed files with 26 additions and 10 deletions

View File

@ -2,9 +2,7 @@ local Module = {}
Module.donator_perk_flags = {
rank = 0x1,
welcome = 0x2, -- not implemented
train = 0x4,
currency = 0x8 -- not implemented
train = 0x2
}
local d = Module.donator_perk_flags
@ -16,6 +14,12 @@ Module.donators = {
['Linaori'] = d.rank,
['Terarink'] = d.rank + d.train,
['Xertez'] = d.rank,
['Chevalier1200'] = d.rank + d.train
}
Module.welcome_messages = {
['Linaori'] = 'I present to you Linaori of house Refactorio, Lady of the Void, Remover of Spaghetti, Queen of the Endless Nauvis, Breaker of Biters and Mother of Code!',
['Valansch'] = 'Welcome Valansch, <insert custom welcome message here>.'
}
return Module

View File

@ -850,5 +850,17 @@ return {
['Hempy'] = true,
['Zonezero'] = true,
['wotwotvodka'] = true,
['Turboknot'] = true
['Turboknot'] = true,
['SteamEngine'] = true,
['chrisisthebe'] = true,
['JohnBosch'] = true,
['sivael'] = true,
['DarthLeahcim'] = true,
['acul009'] = true,
['moqart'] = true,
['morbus69'] = true,
['steelhero'] = true,
['Achskelmos'] = true,
['Lucasuper32'] = true,
['sid123'] = true
}