mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Fixing dev's perms (#5687)
As per skull request, the PR was reworked. Dev rank does not contain spawning capabilities on its own. Kill Air now prompts user if they really want to disable air processing. Only if we are trying to disable it
This commit is contained in:
committed by
Erki
parent
0d3ae944c0
commit
498bb3d9d4
@@ -1009,7 +1009,7 @@ proc/admin_notice(var/message, var/rights)
|
||||
set desc = "(atom path) Spawn an atom"
|
||||
set name = "Spawn"
|
||||
|
||||
if(!check_rights(R_SPAWN|R_DEV)) return
|
||||
if(!check_rights(R_SPAWN)) return
|
||||
|
||||
var/list/types = typesof(/atom)
|
||||
var/list/matches = new()
|
||||
|
||||
Reference in New Issue
Block a user