mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Adds an adminverb to quickly take control of a mob, mostly for testing
Mech fabricator can no longer sync while it has a queue Fixes resisting out of cuffbuckling. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3449 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -356,6 +356,17 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
else
|
||||
alert("Invalid mob")
|
||||
|
||||
/client/proc/cmd_ASSUME_DIRECT_CONTROL(var/mob/M in world)
|
||||
set category = "Admin"
|
||||
set name = "ASSUME DIRECT CONTROL"
|
||||
set desc = "DIRECT INTERVENTION IS NECESSARY"
|
||||
|
||||
M.ckey = usr.ckey
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/client/proc/cmd_switch_radio()
|
||||
set category = "Debug"
|
||||
set name = "Switch Radio Mode"
|
||||
|
||||
Reference in New Issue
Block a user