Fixes human ghostspawners spawning humans with broken bones (#9788)

This commit is contained in:
fernerr
2020-08-26 13:49:35 +02:00
committed by GitHub
parent be769ea087
commit c991cdeff2
2 changed files with 5 additions and 1 deletions

View File

@@ -71,7 +71,7 @@
var/age = input(user, "Enter your characters age:","Num") as num
//Spawn in the mob
var/mob/living/carbon/human/M = new spawn_mob(null)
var/mob/living/carbon/human/M = new spawn_mob(newplayer_start)
var/datum/species/S = all_species[picked_species]
M.change_gender(pick(S.default_genders))