Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Apr 16, 2024
1 parent 2ff7fcc commit d85c857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
to_chat(user_xeno, SPAN_WARNING("We don't have personal allies."))
return

if(tgui_alert(user_xeno, "Are you sure you want to clear personal allies?", "Clear Personal Allies", list("Yes", "No"), 10 SECONDS) == "Yes")
if(tgui_alert(user_xeno, "Are you sure you want to clear personal allies?", "Clear Personal Allies", list("No", "Yes"), 10 SECONDS) == "Yes")
hive.clear_personal_allies()


Expand Down

0 comments on commit d85c857

Please sign in to comment.