Merge branch 'master' into upstream-merge-6882

This commit is contained in:
Novacat
2020-03-23 23:25:26 -04:00
committed by GitHub
38 changed files with 258 additions and 226 deletions

View File

@@ -53,7 +53,7 @@
newspecies = prosfab.species
var/mob/living/carbon/human/H = new(newloc,newspecies)
H.stat = DEAD
H.set_stat(DEAD)
H.gender = gender
for(var/obj/item/organ/external/EO in H.organs)
if(EO.organ_tag == BP_TORSO || EO.organ_tag == BP_GROIN)