NanoUI updates.

* Map gen verb is now limited to those with server access.
* Added Z layer support.
This commit is contained in:
Mark Aherne
2014-07-21 22:32:45 +01:00
parent 3535a7beaa
commit 32a1220559
9 changed files with 58 additions and 28 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ var/list/admin_verbs_server = list(
/datum/admins/proc/toggle_aliens,
/datum/admins/proc/toggle_space_ninja,
/client/proc/toggle_random_events,
/client/proc/check_customitem_activity
/client/proc/check_customitem_activity,
/client/proc/nanomapgen_DumpImage
)
var/list/admin_verbs_debug = list(
/client/proc/getruntimelog, /*allows us to access runtime logs to somebody*/