mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Expanded admin powers for full moderators. (#20522)
- Full moderators can now use rejuvenate. - Full moderators can now spawn atoms. - Full moderators can now remove/add languages. - Full moderators can now teleport mobs. - Repurposes R_BAN into a generic permission that full moderators and above have, and locks teleport behind it. None of these powers may be used for round-altering purposes. Pending review by the head admin and the host. To-do: check that Borealis and permissions in general don't explode with these changes. --------- Co-authored-by: realmattatlas <liermattia@gmail.com>
This commit is contained in:
co-authored by
realmattatlas
parent
89262c487e
commit
14d7425cee
@@ -45,7 +45,7 @@
|
||||
if(var_to_edit in VVlocked)
|
||||
if(!check_rights(R_DEBUG)) return
|
||||
if(var_to_edit in VVckey_edit)
|
||||
if(!check_rights(R_SPAWN|R_DEBUG)) return
|
||||
if(!check_rights(R_DEBUG)) return
|
||||
if(var_to_edit in VVicon_edit_lock)
|
||||
if(!check_rights(R_FUN|R_DEBUG)) return
|
||||
if(!(var_to_edit in A.vars))
|
||||
|
||||
Reference in New Issue
Block a user