Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Nov 18, 2024
1 parent 1cde33b commit 53d69b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/jobs/job/fallen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53d69b0

Please sign in to comment.