It's working again, I guess. wtf

This commit is contained in:
Poojawa
2019-08-21 01:36:59 -05:00
parent 23333f6ea5
commit b29607c019
3 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ SLIME SCANNER
msg += "<span class='danger'>Subject is bleeding!</span>\n"
var/blood_percent = round((C.blood_volume / (BLOOD_VOLUME_NORMAL * C.blood_ratio))*100)
var/blood_type = C.dna.blood_type
if(blood_id != "blood")//special blood substance
if(blood_id != ("blood" || "jellyblood"))//special blood substance
var/datum/reagent/R = GLOB.chemical_reagents_list[blood_id]
if(R)
blood_type = R.name