Add back in /fail/station's DNA dickery panel, fix missing block shifting.

Conflicts:
	code/modules/admin/verbs/debug.dm
This commit is contained in:
Rob Nelson
2013-11-30 15:20:32 -08:00
committed by ZomgPonies
parent 688ed60a44
commit dae08eb061
4 changed files with 96 additions and 8 deletions
+12 -1
View File
@@ -1292,6 +1292,17 @@
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
usr.client.cmd_admin_toggle_block(H,text2num(href_list["block"]))
show_player_panel(H)
H.regenerate_icons()
/***************** BEFORE**************
if (href_list["l_players"])
@@ -2022,7 +2033,7 @@
if(20) MAX_EXPLOSION_RANGE = 28
if(28) MAX_EXPLOSION_RANGE = 56
if(56) MAX_EXPLOSION_RANGE = 128
if(128) MAX_EXPLOSION_RANGE = 14
else MAX_EXPLOSION_RANGE = 14
var/range_dev = MAX_EXPLOSION_RANGE *0.25
var/range_high = MAX_EXPLOSION_RANGE *0.5
var/range_low = MAX_EXPLOSION_RANGE