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:
Matt Atlas
2025-03-04 17:02:49 +00:00
committed by GitHub
co-authored by realmattatlas
parent 89262c487e
commit 14d7425cee
12 changed files with 134 additions and 70 deletions
+1 -1
View File
@@ -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))