Fixed the weirdness

This commit is contained in:
joep van der velden
2018-10-20 18:58:42 +02:00
parent 927fd6febc
commit bbff7546d0
@@ -122,7 +122,7 @@
injected += R.name
var/datum/reagent/blood/B = R
if(B && B.data["viruses"])
if(istype(B) && B.data["viruses"])
var/virList = list()
for(var/dis in B.data["viruses"])
var/datum/disease/D = dis