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,20 +2,24 @@ local Module = {}
Module.donator_perk_flags = { Module.donator_perk_flags = {
rank = 0x1, rank = 0x1,
welcome = 0x2, -- not implemented train = 0x2
train = 0x4,
currency = 0x8 -- not implemented
} }
local d = Module.donator_perk_flags local d = Module.donator_perk_flags
Module.donators = { Module.donators = {
['robertkruijt'] = d.rank + d.train, ['robertkruijt'] = d.rank + d.train,
['aldldl'] = d.rank, ['aldldl'] = d.rank,
['Geostyx'] = d.rank, ['Geostyx'] = d.rank,
['Linaori'] = d.rank, ['Linaori'] = d.rank,
['Terarink'] = d.rank + d.train, ['Terarink'] = d.rank + d.train,
['Xertez'] = d.rank, ['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 return Module

View File

@ -850,5 +850,17 @@ return {
['Hempy'] = true, ['Hempy'] = true,
['Zonezero'] = true, ['Zonezero'] = true,
['wotwotvodka'] = 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
} }