admin verb permissions update

This commit is contained in:
Kyep
2020-08-07 04:51:00 -07:00
parent b32179433d
commit dabfb91b88
17 changed files with 69 additions and 57 deletions
@@ -2,7 +2,7 @@
set category = "Debug"
set name = "Map template - Place"
if(!holder)
if(!check_rights(R_EVENT))
return
var/datum/map_template/template
@@ -36,6 +36,9 @@
set category = "Debug"
set name = "Map Template - Upload"
if(!check_rights(R_EVENT))
return
var/map = input(usr, "Choose a Map Template to upload to template storage","Upload Map Template") as null|file
if(!map)
return