Makes this shit actually work

Yeah, also added crafting controller to debug controllers(who will need
to debug crafting, but whatever)

Conflicts:
	code/controllers/verbs.dm
This commit is contained in:
Razharas
2014-05-04 22:55:42 -04:00
committed by ZomgPonies
parent 3d762cd892
commit 95b6406adb
4 changed files with 21 additions and 14 deletions
+4 -1
View File
@@ -28,7 +28,7 @@
return
/client/proc/debug_controller(controller in list("Master","Failsafe","Ticker","Lighting","Air","Jobs","Sun","Radio","Supply Shuttle","Emergency Shuttle","Configuration","pAI", "Cameras","Garbage"))
/client/proc/debug_controller(controller in list("Master","Failsafe","Ticker","Lighting","Air","Jobs","Sun","Radio","Supply Shuttle","Emergency Shuttle","Configuration","pAI", "Cameras","Garbage", "Crafting"))
set category = "Debug"
set name = "Debug Controller"
set desc = "Debug the various periodic loop controllers for the game (be careful!)"
@@ -77,5 +77,8 @@
if("Cameras")
debug_variables(cameranet)
feedback_add_details("admin_verb","DCameras")
if("Crafting")
debug_variables(crafting_master)
feedback_add_details("admin_verb","DCrafting")
message_admins("Admin [key_name_admin(usr)] is debugging the [controller] controller.")
return