1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +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 13:32:00 -05:00
probation = -10,
guest = 0,
2019-02-01 13:32:00 -05:00
auto_trusted = 10,
regular = 20,
admin = 30,
}