1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/resources/ranks.lua

9 lines
227 B
Lua
Raw Normal View History

-- When adding/removing/changing ranks, rank_system has a migrate_data() function you can use to adjust the existing data.
return {
2019-02-01 20:32:00 +02:00
probation = -10,
guest = 0,
2019-02-01 20:32:00 +02:00
auto_trusted = 10,
regular = 20,
admin = 30,
}