Merge pull request #243 from AnonymousHybi/NIF-Test

Some minor bug fixes <3
This commit is contained in:
AnonymousHybi
2018-12-15 05:15:36 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -713,8 +713,8 @@
selected.digestchance = sanitize_integer(digest_chance_input, 0, 100, initial(selected.digestchance))
if(href_list["b_del"])
var/alert = alert("Are you sure you want to delete your [lowertext(selected.name)]?","Confirmation","Delete","Cancel")
if(!alert == "Delete")
if(alert("Are you sure you want to delete your [lowertext(selected.name)]?","Confirmation","Delete","Cancel") == "Cancel")
return 0
var/failure_msg = ""