From 4c612bda81ea4a44083633177de17a9be53e2ae3 Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Sun, 12 Apr 2020 14:31:44 +0200 Subject: [PATCH] Switches "Yes" and "no" for Request spice https://github.com/VOREStation/VOREStation/issues/7133 states that it's very easy to accidentally press yes using the current layout. --- code/modules/admin/verbs/adminhelp_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp_vr.dm b/code/modules/admin/verbs/adminhelp_vr.dm index f2df8e4eb29..ba0d970f9b9 100644 --- a/code/modules/admin/verbs/adminhelp_vr.dm +++ b/code/modules/admin/verbs/adminhelp_vr.dm @@ -25,7 +25,7 @@ to_chat(usr, "Error: You cannot request spice (muted from adminhelps).") return - if(alert(usr, "Are you sure you want to request the admins spice things up for you? You accept the consequences if you do.",,"No","Yes") != "No") + if(alert(usr, "Are you sure you want to request the admins spice things up for you? You accept the consequences if you do.",,"Yes","No") != "No") message_admins("[ADMIN_FULLMONTY(usr)] has requested the round be spiced up a little.") to_chat(usr, "You have requested some more spice in your round.") else