mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
9 lines
227 B
Lua
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,
|
|
}
|