Adjusts sorting of humanmobs slightly

This commit is contained in:
Heroman
2023-08-13 15:35:29 +10:00
parent 0cc9237d41
commit ba3ada19fa
6 changed files with 34 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@
/obj/effect/landmark/mobcorpse/proc/createCorpse() //Creates a mob and checks for gear in each slot before attempting to equip it.
var/mob/living/carbon/human/M = new /mob/living/carbon/human (src.loc)
M.low_sorting_priority = TRUE
if(random_species)
var/random_pick = pick(random_species_list)
M.set_species(random_pick)