From 20fc3748edafea3de2326d0e8663ce33e83e11cb Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 8 Apr 2019 06:48:08 +1000 Subject: [PATCH] Fixes Berries and Grapes fruits for Alraune --- code/global_vr.dm | 4 ++-- .../mob/living/carbon/human/species/station/alraune.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/global_vr.dm b/code/global_vr.dm index 154613a4bb..9506dd62d3 100644 --- a/code/global_vr.dm +++ b/code/global_vr.dm @@ -10,13 +10,13 @@ var/global/list/acceptable_fruit_types= list( "ambrosia", "apple", "banana", - "berry", + "berries", "cabbage", "carrot", "cherry", "chili", "eggplant", - "grape", + "grapes", "greengrapes", "lemon", "lime", 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 55e6215fc7..2de96d9f74 100644 --- a/code/modules/mob/living/carbon/human/species/station/alraune.dm +++ b/code/modules/mob/living/carbon/human/species/station/alraune.dm @@ -389,7 +389,7 @@ /mob/living/carbon/human/proc/alraune_fruit_select() //So if someone doesn't want fruit/vegetables, they don't have to select one. set name = "Select fruit" set desc = "Select what fruit/vegetable you wish to grow." - set category = "Object" + set category = "Abilities" var/obj/item/organ/internal/fruitgland/fruit_gland for(var/F in contents) if(istype(F, /obj/item/organ/internal/fruitgland))