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:
Mykhailo Bykhovtsev
2018-12-09 02:50:05 -08:00
committed by Erki
parent 0d3ae944c0
commit 498bb3d9d4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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()