Fixes Berries and Grapes fruits for Alraune

This commit is contained in:
Heroman
2019-04-08 06:48:08 +10:00
parent 84f3fa0a74
commit 20fc3748ed
2 changed files with 3 additions and 3 deletions
@@ -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))