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
+2 -2
View File
@@ -141,7 +141,7 @@
if(iscarbon(AM))
var/mob/living/carbon/C = AM
if(blood_id == C.get_blood_id())//both mobs have the same blood substance
if(blood_id == "blood" || "jellyblood") //normal blood
if(blood_id == ("blood" || "jellyblood")) //normal blood
if(blood_data["viruses"])
for(var/thing in blood_data["viruses"])
var/datum/disease/D = thing
@@ -163,7 +163,7 @@
return
/mob/living/carbon/get_blood_data(blood_id)
if(blood_id == "blood" || "jellyblood") //actual blood reagent
if(blood_id == ("blood" || "jellyblood")) //actual blood reagent
var/blood_data = list()
//set the blood data
blood_data["donor"] = src