Changes the reagent scanner to show blood species. Removes the word blood from species descriptors (#26309)

This commit is contained in:
Migratingcocofruit
2024-07-29 15:07:02 +00:00
committed by GitHub
parent dc9c38186d
commit 34c3465e0a
2 changed files with 3 additions and 3 deletions
@@ -141,11 +141,11 @@
data["cloneable"] = 0 // On mix, consider the genetic sampling unviable for pod cloning, or else we won't know who's even getting cloned
if(type_mismatch || species_mismatch)
data["species"] = "Coagulated blood"
data["species"] = "Coagulated"
data["blood_type"] = "<span class='warning'>UNUSABLE!</span>"
data["species_only"] = species_unique
else if(!same_species) // Same blood type, species-agnostic, but we're still mixing blood of different species
data["species"] = "Mixed humanoid blood"
data["species"] = "Mixed Humanoid"
if(data["viruses"] || mix_data["viruses"])
var/list/mix1 = data["viruses"]