And now tested in game, with some fixes.

This commit is contained in:
Rob Nelson
2014-02-10 22:47:29 -06:00
committed by Ccomp5950
parent c3623ff882
commit 64f83c51ad
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"])