diff --git a/code/global_vr.dm b/code/global_vr.dm index 3b7ea08384..3735227b3f 100644 --- a/code/global_vr.dm +++ b/code/global_vr.dm @@ -34,6 +34,7 @@ var/global/list/acceptable_fruit_types= list( "durian", "eggplant", "grapes", + "grass", // CH changes "greengrapes", "harebells", "lavender", @@ -46,14 +47,17 @@ var/global/list/acceptable_fruit_types= list( "poppies", "potato", "pumpkin", + "reishi", // CH changes "rice", "rose", "rhubarb", + "shand", // CH changes "soybean", "spineapple", "sugarcane", "sunflowers", "tomato", + "towercap", // CH changes "vanilla", "watermelon", "wheat", diff --git a/code/modules/mob/living/carbon/human/species/station/alraune.dm b/code/modules/mob/living/carbon/human/species/station/alraune.dm index 106072dc07..dc983730c1 100644 --- a/code/modules/mob/living/carbon/human/species/station/alraune.dm +++ b/code/modules/mob/living/carbon/human/species/station/alraune.dm @@ -62,7 +62,7 @@ flesh_color = "#9ee02c" blood_color = "#edf4d0" //sap! base_color = "#1a5600" - + reagent_tag = IS_ALRAUNE blurb = "Alraunes are a rare sight in space. Their bodies are reminiscent of that of plants, and yet they share many\ @@ -401,7 +401,7 @@ if(selection) fruit_gland.fruit_type = selection verbs |= /mob/living/carbon/human/proc/alraune_fruit_pick - verbs -= /mob/living/carbon/human/proc/alraune_fruit_select + //verbs -= /mob/living/carbon/human/proc/alraune_fruit_select // Chomp Edit fruit_gland.organ_owner = src fruit_gland.emote_descriptor = list("fruit right off of [fruit_gland.organ_owner]!", "a fruit from [fruit_gland.organ_owner]!")