mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Fixes human ghostspawners spawning humans with broken bones (#9788)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user