NanoUI updates.

* Map gen verb is now limited to those with server access.
* Added Z layer support.

Conflicts:
	code/modules/admin/admin_verbs.dm
	nano/images/nanomap.png
This commit is contained in:
Mark Aherne
2014-07-21 22:32:45 +01:00
committed by ZomgPonies
parent 4b98dc1ff4
commit 992ceecd4e
8 changed files with 58 additions and 29 deletions
+2 -2
View File
@@ -129,8 +129,8 @@ var/list/admin_verbs_server = list(
/client/proc/cmd_admin_change_custom_event,
/client/proc/cmd_admin_create_centcom_report,
/client/proc/cmd_admin_dress,
/client/proc/response_team // Response Teams admin verb
/client/proc/response_team, // Response Teams admin verb
/client/proc/nanomapgen_DumpImage
)
var/list/admin_verbs_debug = list(
/client/proc/cmd_admin_list_open_jobs,