From 6b36293b1e4f877e359af27aa1667c53c3a5f38f Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 17 Jan 2021 08:36:13 +0000 Subject: [PATCH] alien honey no longer puts you into a coma. FUCK. --- .../code/modules/reagents/chemistry/reagents/food_reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm b/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm index 8aebb5bf..98c1faa1 100644 --- a/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm +++ b/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm @@ -9,3 +9,4 @@ /datum/reagent/consumable/alienhoney/on_mob_life(mob/living/carbon/M) //can still be eaten/drank, but will provide no benefits like normal honey. Still good for a food sauce. M.reagents.add_reagent(/datum/reagent/consumable/sugar,2) //metabolisms in the system as sugar. + ..() \ No newline at end of file