extra runtime fixes, also porting tgstation#49997

This commit is contained in:
Ghommie
2020-03-19 04:49:01 +01:00
parent 3aa3ed189a
commit a0294698c0
3 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
return /datum/reagent/blood/jellyblood
if(dna?.species?.exotic_blood)
return dna.species.exotic_blood
else if((NOBLOOD in dna.species.species_traits) || (HAS_TRAIT(src, TRAIT_NOCLONE)))
else if((dna && (NOBLOOD in dna.species.species_traits)) || HAS_TRAIT(src, TRAIT_NOCLONE))
return
else
return /datum/reagent/blood