This commit is contained in:
Kashargul
2024-12-08 05:51:39 +01:00
parent 1a2c2c0764
commit cf224b6d12
12 changed files with 67 additions and 72 deletions
@@ -390,7 +390,7 @@
break
if(fruit_gland)
var/selection = tgui_input_list(src, "Choose your character's fruit type. Choosing nothing will result in a default of apples.", "Fruit Type", acceptable_fruit_types)
var/selection = tgui_input_list(src, "Choose your character's fruit type. Choosing nothing will result in a default of apples.", "Fruit Type", GLOB.acceptable_fruit_types)
if(selection)
fruit_gland.fruit_type = selection
add_verb(src, /mob/living/carbon/human/proc/alraune_fruit_pick)