mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user