blueberry gum

added a chem, vendor item and trash variant for the item. Also reorganized some files. The blueberry chem does nothing more than recoloring the player, that's it
This commit is contained in:
GDLW
2023-05-09 15:34:54 +02:00
parent 1844b6b55c
commit f91cd25b64
5 changed files with 69 additions and 10 deletions
@@ -93,3 +93,20 @@
/datum/reagent/consumable/caloriteblessing/on_mob_end_metabolize(mob/living/L)
REMOVE_TRAIT(L, TRAIT_GOTTAGOFAST, type)
..()
//BLUEBERRY CHEM - ONLY CHANGES PLAYER'S COLOR AND NOTHING MORE
/datum/reagent/blueberry_juice
name = "Blueberry Juice"
description = "Non-infectious. Hopefully."
reagent_state = LIQUID
color = "#0004ff"
var/list/random_color_list = list("#0058db","#5d00c7","#0004ff","#0057e7")
taste_description = "blueberry pie"
var/no_mob_color = FALSE
/datum/reagent/blueberry_juice/on_mob_life(mob/living/carbon/M)
if(!no_mob_color)
M.add_atom_colour(pick(random_color_list), WASHABLE_COLOUR_PRIORITY)
..()
@@ -42,10 +42,11 @@
/obj/item/reagent_containers/food/snacks/salad = 20,
/obj/item/reagent_containers/food/snacks/salad/hellcobb = 10,
/obj/item/clothing/under/cowkini = 5,
/obj/item/reagent_containers/food/snacks/blueberry_gum = 5
)
premium = list(
/obj/item/reagent_containers/food/drinks/soda_cans/air = 1,
/obj/item/reagent_containers/food/snacks/donut/chaos = 2
/obj/item/reagent_containers/food/drinks/soda_cans/air = 3,
/obj/item/reagent_containers/food/snacks/donut/chaos = 3
)
refill_canister = /obj/item/vending_refill/mealdor