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