1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Update donators.lua

This commit is contained in:
Matthew 2018-11-04 10:58:15 -05:00 committed by GitHub
parent bb471eb904
commit 676d8ee3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,16 @@ Module.donators = {
['der-dave.com'] = d.rank + d.train,
['Jayefuu'] = d.rank,
['Chromaddict'] = d.rank,
['Valansch'] = d.rank
['Valansch'] = d.rank,
['plague006'] = d.rank
}
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>.',
['der-dave.com'] = 'Dave doesn\'t want a welcome message.',
['robertkruijt'] = 'The general of the army has arived!'
['robertkruijt'] = 'The general of the army has arived!',
['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!'
}
return Module