Update Chemistry-Holder.dm

This commit is contained in:
Nadyr
2021-03-12 00:35:16 -05:00
committed by GitHub
parent 110bb457e9
commit e4b0879ab4

View File

@@ -137,7 +137,7 @@
for(var/datum/reagent/current in reagent_list)
if(current.id == id)
if(current.id == "blood")
if(!isnull(data["species"]) && !isnull(current.data["species"]) && data["species"] != current.data["species"]) // Species bloodtypes are already incompatible, this just stops it from mixing into the one already in a container.
if(LAZYLEN(data) && !isnull(data["species"]) && !isnull(current.data["species"]) && data["species"] != current.data["species"]) // Species bloodtypes are already incompatible, this just stops it from mixing into the one already in a container.
continue
current.volume += amount