Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 1, 2023
1 parent 23d0098 commit 47613e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ var/const/MAX_SAVE_SLOTS = 10
if(new_predator_age)
predator_age = max(min( round(text2num(new_predator_age)), 3000),175)
if("pred_use_legacy")
var/legacy_choice = tgui_alert(user, "What legacy set do you wish to use?", "Legacy Set", PRED_LEGACIES)
var/legacy_choice = tgui_input_list(user, "What legacy set do you wish to use?", "Legacy Set", PRED_LEGACIES)
if(!legacy_choice)
return
predator_use_legacy = legacy_choice
Expand Down

0 comments on commit 47613e1

Please sign in to comment.