Skip to content

Commit

Permalink
bugfix: shadowlings ascend fix (#5912)
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick authored Sep 15, 2024
1 parent 9852dbf commit 4ac16be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ GLOBAL_LIST_INIT(possibleShadowlingNames, list("U'ruan", "Y`shej", "Nex", "Hel-u
if(!shadowling_check(user))
return

if(tgui_alert(user, "It is time to ascend. Are you sure about this?", "Ascend", "Yes", "No") != "Yes")
if(tgui_alert(user, "It is time to ascend. Are you sure about this?", "Ascend", list("Yes", "No")) != "Yes")
to_chat(user, span_warning("You decide against ascending for now."))
revert_cast(user)
return
Expand Down

0 comments on commit 4ac16be

Please sign in to comment.