mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Fixes Berries and Grapes fruits for Alraune
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user