From 941214d85aef6ca206ca3ef6958f19d92fcf60ab Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Tue, 27 Apr 2021 00:53:02 +0100 Subject: [PATCH] No coma inducing honey cum. --- .../code/modules/reagents/chemistry/reagents/food_reagents.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm b/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm index 98c1faa1..e5a052d1 100644 --- a/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm +++ b/hyperstation/code/modules/reagents/chemistry/reagents/food_reagents.dm @@ -7,6 +7,5 @@ metabolization_rate = 1 * REAGENTS_METABOLISM taste_description = "sweetness" -/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. +/datum/reagent/consumable/alienhoney/on_mob_life(mob/living/carbon/M) ..() \ No newline at end of file