Merge pull request #10910 from Citadel-Station-13/Ghommie-patch-6

Fixing a little issue with sleeper UI and blood types.
This commit is contained in:
kevinz000
2020-02-19 19:00:32 -07:00
committed by GitHub
+1 -1
View File
@@ -264,7 +264,7 @@
if(blood_id)
data["occupant"]["blood"] = list() // We can start populating this list.
var/blood_type = C.dna.blood_type
if(blood_id != "blood") // special blood substance
if(!(blood_id in GLOB.blood_reagent_types)) // special blood substance
var/datum/reagent/R = GLOB.chemical_reagents_list[blood_id]
if(R)
blood_type = R.name