TG: - Assume direct control moved to view variables

- "Mapping debug" verb renamed to "Debug verbs"

- assume direct control, jump to dead group, startup singulo verbs removed from
admins. You can enable them by calling the verb 'debug verbs'. 'debug verbs'
remains game-master only, as it is just for debugging stuff. For a non-game
master to use the 'assume direct control' verb, they have to use view variables
- it was added to the drop-down.

Some procs were moved around. Please code things in the locations which make
sense! If you are making a verb for /mob/living, then don't put it in mob.dm,
put it in mob/living.dm. Thanks.
Revision: r3461
Author: 	 baloh.matevz
This commit is contained in:
Erthilo
2012-05-05 21:02:40 +01:00
parent f8e38965ad
commit 1f3b52f84f
4 changed files with 75 additions and 8 deletions
+2 -2
View File
@@ -498,7 +498,7 @@ client
togglebuildmode(MOB)
href_list["datumrefresh"] = href_list["build_mode"]
/* else if (href_list["direct_control"])
else if (href_list["direct_control"])
if(!href_list["direct_control"])
return
var/mob/MOB = locate(href_list["direct_control"])
@@ -510,7 +510,7 @@ client
return
if(usr.client)
usr.client.cmd_assume_direct_control(MOB)*/
usr.client.cmd_assume_direct_control(MOB)
else if (href_list["delall"])
if(!href_list["delall"])