DNA panel fixed, update changelog.

Conflicts:
	html/changelog.html
This commit is contained in:
Rob Nelson
2014-01-20 11:43:07 -05:00
committed by ZomgPonies
parent 044d6a79cb
commit 6091d16262
13 changed files with 431 additions and 410 deletions
+4 -2
View File
@@ -1299,9 +1299,11 @@
if(!istype(H))
usr << "This can only be used on instances of type /mob/living/carbon/human"
return
usr.client.cmd_admin_toggle_block(H,text2num(href_list["block"]))
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()
//H.regenerate_icons()
/***************** BEFORE**************