From c69395a329299ead1e0e2fc17e8e9d71b768f650 Mon Sep 17 00:00:00 2001 From: grilledham Date: Thu, 13 Sep 2018 13:46:51 +0100 Subject: [PATCH] updates to reg + donators --- resources/donators.lua | 22 +++++++++++++--------- resources/regulars.lua | 14 +++++++++++++- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/resources/donators.lua b/resources/donators.lua index f7f6d543..9d16ca98 100644 --- a/resources/donators.lua +++ b/resources/donators.lua @@ -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, .' } return Module diff --git a/resources/regulars.lua b/resources/regulars.lua index ee7f362a..ad8bdcb4 100644 --- a/resources/regulars.lua +++ b/resources/regulars.lua @@ -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 }