From 39c40ead33de6a9aa0900ce67f94ffe7bffe1272 Mon Sep 17 00:00:00 2001 From: bgobandit Date: Tue, 13 Oct 2015 20:06:44 -0400 Subject: [PATCH] what the fuck is oxygen --- 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 a1ac14a18e8..bef4e1a8469 100644 --- a/code/modules/reagents/Chemistry-Recipes/Others.dm +++ b/code/modules/reagents/Chemistry-Recipes/Others.dm @@ -376,5 +376,5 @@ name = "lye" id = "lye" result = "lye" - required_reagents = list("sodium" = 1, "hydrogen" = 1) + required_reagents = list("sodium" = 1, "hydrogen" = 1, "oxygen" = 1) result_amount = 2 \ No newline at end of file