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