diff --git a/code/game/gamemodes/shadowling/special_shadowling_abilities.dm b/code/game/gamemodes/shadowling/special_shadowling_abilities.dm index 9cff635fb26..c8df6a6946b 100644 --- a/code/game/gamemodes/shadowling/special_shadowling_abilities.dm +++ b/code/game/gamemodes/shadowling/special_shadowling_abilities.dm @@ -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