Skip to content

Commit

Permalink
lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 9, 2023
1 parent 45050bc commit fe49c0a
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 @@ -1694,7 +1694,7 @@ var/const/MAX_SAVE_SLOTS = 10
if("origin")
var/choice = tgui_input_list(user, "Please choose your character's origin.", "Origin Selection", GLOB.player_origins)
var/datum/origin/picked_choice = GLOB.origins[choice]
if(tgui_alert(user, "You've selected [picked_choice.name].\n\n[picked_choice.desc]", list("Confirm", "Cancel")) == "Cancel")
if(tgui_alert(user, "You've selected [picked_choice.name]. [picked_choice.desc]", "Selected Origin", list("Confirm", "Cancel")) == "Cancel")
return
if(choice)
origin = choice
Expand Down

0 comments on commit fe49c0a

Please sign in to comment.