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:
parent
755bd7a958
commit
c69395a329
@ -2,20 +2,24 @@ 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
|
||||
|
||||
Module.donators = {
|
||||
['robertkruijt'] = d.rank + d.train,
|
||||
['aldldl'] = d.rank,
|
||||
['Geostyx'] = d.rank,
|
||||
['Linaori'] = d.rank,
|
||||
['Terarink'] = d.rank + d.train,
|
||||
['Xertez'] = d.rank,
|
||||
['robertkruijt'] = d.rank + d.train,
|
||||
['aldldl'] = d.rank,
|
||||
['Geostyx'] = d.rank,
|
||||
['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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user