diff --git a/code/datums/jobs/job/fallen.dm b/code/datums/jobs/job/fallen.dm index 88ca29e9a4d..fcb38169800 100644 --- a/code/datums/jobs/job/fallen.dm +++ b/code/datums/jobs/job/fallen.dm @@ -6,7 +6,7 @@ /datum/job/fallen/return_spawn_type(datum/preferences/prefs) switch(prefs?.species) if("Vatborn") - return /mob/living/carbon/human/species/ + return /mob/living/carbon/human/species/vatborn if("Pigman") return /mob/living/carbon/human/species/pigman else