From eddb6fda688b83ea13e5449fc30b2c2f9d475323 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 17 Jan 2020 14:32:51 -0700 Subject: [PATCH] Update others.dm --- code/modules/reagents/chemistry/recipes/others.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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