Moves stuff to New()

Alright, I tested it, and this worked, so...
This commit is contained in:
CollenN
2014-07-07 14:02:58 -04:00
parent 6b4cf7783b
commit ccaef08fdc
2 changed files with 5 additions and 5 deletions
@@ -30,6 +30,11 @@
for(var/i=0;i<7;i++) // 2 for medHUDs and 5 for secHUDs
hud_list += image('icons/mob/hud.dmi', src, "hudunknown")
// for spawned humans; overwritten by other code
create_dna(src)
ready_dna(src)
randomize_human(src)
..()
/mob/living/carbon/human/Destroy()