diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index f1f0b4bbf5..26b39fb3b0 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -335,7 +335,7 @@ if(B && B.data) var/datum/disease/advance/D = locate(/datum/disease/advance) in B.data["viruses"] if(D) - for(var/i in 1 to min(createdvolume, 5)) + for(var/i in 1 to min(created_volume, 5)) D.Devolve() /datum/chemical_reaction/mix_virus/neuter_virus