alien honey for breasts, and fixes the breast liquid.

alien honey for breasts, and fixes the breast liquid.
This commit is contained in:
QuoteFox
2021-01-17 02:13:18 +00:00
parent 63262e68e5
commit 76fca5514f
4 changed files with 25 additions and 5 deletions
@@ -0,0 +1,11 @@
/datum/reagent/consumable/alienhoney //for players who want bee character bewbs that produce honey.
name = "alien honey"
description = "Sweet honey that came from a alien source. This honey doesn't possess the same healing or nutrition properties as earth-bound bee honey."
color = "#d3a308"
value = 3 //plentiful, so wouldnt be worth as much.
nutriment_factor = 5 * REAGENTS_METABOLISM
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.