And now tested in game, with some fixes.

This commit is contained in:
Rob Nelson
2014-02-06 23:52:58 -08:00
parent e1e7a798dc
commit a8d3c0601b
3 changed files with 31 additions and 3 deletions
+13
View File
@@ -1237,6 +1237,19 @@
usr.client.cmd_admin_animalize(M)
else if(href_list["togmutate"])
if(!check_rights(R_SPAWN)) return
var/mob/living/carbon/human/H = locate(href_list["togmutate"])
if(!istype(H))
usr << "This can only be used on instances of type /mob/living/carbon/human"
return
var/block=text2num(href_list["block"])
//testing("togmutate([href_list["block"]] -> [block])")
usr.client.cmd_admin_toggle_block(H,block)
show_player_panel(H)
//H.regenerate_icons()
/***************** BEFORE**************
if (href_list["l_players"])