Dev Perms For Days

This commit is contained in:
skull132
2016-02-16 01:44:27 +02:00
parent be4840f920
commit e309f2216a
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1081,7 +1081,7 @@ proc/admin_notice(var/message, var/rights)
set desc = "(atom path) Spawn an atom"
set name = "Spawn"
if(!check_rights(R_SPAWN)) return
if(!check_rights(R_SPAWN|R_DEV)) return
var/list/types = typesof(/atom)
var/list/matches = new()