Merge pull request #5317 from comma/master

Couple o fixes
This commit is contained in:
Mloc
2014-06-22 11:13:29 +01:00
6 changed files with 39 additions and 21 deletions
+3
View File
@@ -159,6 +159,9 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
this.icon_state = pick(iconL)
this.blood_DNA = list()
this.blood_DNA[dna.unique_enzymes] = dna.b_type
for (var/ID in virus2)
var/datum/disease2/disease/V = virus2[ID]
this.virus2[ID] = V.getcopy()
if (species) this.basecolor = species.blood_color
this.update_icon()