Added an alert to the controller button. Be wary of pushing that thing unless you are sure that it has actually crashed and is not just running slow.

Other than that just a few minor fixes


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1998 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-09 13:01:34 +00:00
parent ca7aa9431c
commit bfe1a4fb4a
7 changed files with 12 additions and 6 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
/client/proc/restartcontroller()
set category = "Debug"
set name = "Restart Master Controller"
master_controller.process()
switch(alert("Are you sure? If the control is still running it will now be running twice.",,"Yes","No"))
if("Yes")
spawn(0)
master_controller.process()
if("No")
return 0
return