mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Moves stuff to New()
Alright, I tested it, and this worked, so...
This commit is contained in:
@@ -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)]")
|
||||
|
||||
Reference in New Issue
Block a user