map template load/unload require R_DEBUG now

This commit is contained in:
Kyep
2020-08-11 21:45:19 -07:00
parent 3018e1109e
commit 298c4ee86b
2 changed files with 5 additions and 4 deletions
@@ -2,8 +2,9 @@
set category = "Debug"
set name = "Map template - Place"
if(!check_rights(R_EVENT))
if(!check_rights(R_DEBUG))
return
var/datum/map_template/template
var/map = input(usr, "Choose a Map Template to place at your CURRENT LOCATION","Place Map Template") as null|anything in GLOB.map_templates
@@ -36,7 +37,7 @@
set category = "Debug"
set name = "Map Template - Upload"
if(!check_rights(R_EVENT))
if(!check_rights(R_DEBUG))
return
var/map = input(usr, "Choose a Map Template to upload to template storage","Upload Map Template") as null|file