mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Merge pull request #7457 from Cyantime/patch-4
Adds second confirmation to character slot reset
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user