Switching the verb to Debug

Verb should be in Debug
This commit is contained in:
jack-fractal
2015-04-06 22:12:18 -04:00
parent a0be969870
commit 5c85b48672
+1 -1
View File
@@ -725,7 +725,7 @@ var/list/admin_verbs_mentor = list(
/client/proc/write_RD_json()
set category = "Admin"
set category = "Debug"
set name = "Write RD Json"
set desc = "Writes a json file describing the R&D components."
text2file(list2json(list("objects"=object_classes_to_origin_tech(),"designs"=design_classes_to_materials_and_origin())),"data/origin_data.txt")