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
-5
View File
@@ -1540,11 +1540,6 @@
if(istype(O,/mob))
var/mob/M = O
M.real_name = obj_name
if(ishuman(O))
var/mob/living/carbon/human/H = O
create_dna(H)
ready_dna(H)
randomize_human(H)
if (number == 1)
log_admin("[key_name(usr)] created a [english_list(paths)]")