reverts the add_blood back to add_blood_DNA

This commit is contained in:
Poojawa
2019-08-15 12:49:10 -05:00
parent 0290a46ddc
commit 264cbf8108
21 changed files with 51 additions and 47 deletions
@@ -74,7 +74,7 @@
digester.stomach_contents += gib
if(dna_to_add && dna_to_add.len)
gib.add_blood(dna_to_add)
gib.add_blood_DNA(dna_to_add)
gib.body_colors = body_coloring
gib.update_icon()