mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
DNA panel fixed, update changelog.
Conflicts: html/changelog.html
This commit is contained in:
@@ -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**************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user