oh god oh fuck oh god it's snowballing

This commit is contained in:
Poojawa
2019-04-16 07:40:37 -05:00
parent a772f532c3
commit b3e894dcbb
9 changed files with 110 additions and 63 deletions
+2 -2
View File
@@ -319,12 +319,12 @@
//returns the mob's dna info as a list, to be inserted in an object's blood_DNA list
/mob/living/proc/get_blood_dna_list()
if(get_blood_id() != "blood")
if(get_blood_id() == null)
return
return list("ANIMAL DNA" = "Y-")
/mob/living/carbon/get_blood_dna_list()
if(get_blood_id() != "blood")
if(get_blood_id() == null)
return
var/list/blood_dna = list()
if(dna)