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"