Skip to content

Commit

Permalink
Forgot vaccine data in blood
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jul 23, 2023
1 parent 6f16c9e commit c9dd589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/organs/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
data["viruses"] = list()
for(var/datum/disease/D in diseases)
data["viruses"] += D.Copy()
data["resistances"] += disease_resistances.Copy()
data["blood_DNA"] = dna.unique_enzymes
data["blood_type"] = dna.b_type
data["species"] = species.name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
data = new/list(
"donor" = null,
"viruses" = null,
"resistances"=null,
"species" = SPECIES_HUMAN,
"blood_DNA" = null,
"blood_type" = null,
Expand Down

0 comments on commit c9dd589

Please sign in to comment.