Merge pull request #3074 from VOREStation/recipes

"Recipe Dump" admin verb
This commit is contained in:
Anewbe
2017-03-13 17:17:54 -05:00
committed by GitHub
6 changed files with 332 additions and 114 deletions
+2 -1
View File
@@ -161,7 +161,8 @@ var/list/admin_verbs_server = list(
/client/proc/toggle_random_events,
/client/proc/check_customitem_activity,
/client/proc/nanomapgen_DumpImage,
/client/proc/modify_server_news
/client/proc/modify_server_news,
/client/proc/recipe_dump
)
var/list/admin_verbs_debug = list(
/client/proc/getruntimelog, //allows us to access runtime logs to somebody,