mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixed more runtime errors.
Monkeys no longer deathemote when gibbed. Added a Coder/Host level debug verb that forces the master_controller to run its process() proc. Pressing the button while the master_controller is already process()ing is not advised. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@978 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
src.verbs += /obj/admins/proc/startnow //start now bitch
|
||||
|
||||
// Debug
|
||||
src.verbs += /client/proc/restartcontroller //exactly what it sounds like
|
||||
src.verbs += /client/proc/atmosscan //for locating piping breaks
|
||||
src.verbs += /client/proc/debug_variables
|
||||
src.verbs += /client/proc/cmd_modify_object_variables
|
||||
@@ -190,6 +191,7 @@
|
||||
src.verbs += /obj/admins/proc/startnow //start now bitch
|
||||
|
||||
// Debug
|
||||
src.verbs += /client/proc/restartcontroller //exactly what it sounds like
|
||||
src.verbs += /client/proc/atmosscan //for locating piping breaks
|
||||
src.verbs += /client/proc/debug_variables
|
||||
src.verbs += /client/proc/cmd_modify_object_variables
|
||||
|
||||
Reference in New Issue
Block a user