1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-05 22:53:39 +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,
}