diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 86237f7796..7a6e709582 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -278,6 +278,8 @@ datum/preferences else if(href_list["resetslot"]) if("No" == alert("This will reset the current slot. Continue?", "Reset current slot?", "No", "Yes")) return 0 + if("No" == alert("Are you completely sure that you want to reset this character slot?", "Reset current slot?", "No", "Yes")) + return 0 load_character(SAVE_RESET) sanitize_preferences() else if(href_list["copy"])