1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/resources/ranks.lua
2019-02-12 20:22:12 -05:00

9 lines
227 B
Lua

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