From 7b0c0b6244c30960582c05062695748a1d45b639 Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Wed, 12 Feb 2020 10:04:25 -0800 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 d5692d3b..ff520378 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -234,7 +234,7 @@ name = "Anomolous virus food" id = "virusfood_laughter" results = list("laughtervirusfood" = 1) - required_reagents = list("laughter" = 5, "virus_food" = 1) + required_reagents = list("laughter" = 5, "virusfood" = 1) /datum/chemical_reaction/virus_food_admin name = "Highly unstable virus Food"