From 51bbf52c408a85a83249b9a34bc992f8a1de58be Mon Sep 17 00:00:00 2001 From: LunarFleet <66186750+LunarFleet@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:22:40 -0500 Subject: [PATCH 1/2] The holy one line edit --- .../mob/living/carbon/human/species/station/alraune.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]!") From 5f520698d0002b3a076840cf264c9b44aedfaa12 Mon Sep 17 00:00:00 2001 From: LunarFleet <66186750+LunarFleet@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:54:33 -0500 Subject: [PATCH 2/2] Kassc's suggestions --- code/global_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) 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",