From 93314cf2f1e3bf3d0cd5b896ac6ae3a0000fece1 Mon Sep 17 00:00:00 2001
From: SkyratBot <59378654+SkyratBot@users.noreply.github.com>
Date: Sun, 22 Oct 2023 00:24:35 +0200
Subject: [PATCH] [MIRROR] Admin outfit popup wording [NO GBP] [MDB IGNORE]
(#24504)
* Admin outfit popup wording [NO GBP] (#79132)
## About The Pull Request
I've read it 100 times, but it still confuses me every time. Annoying.
I don't know why you would need your pocket items as an admin, so maybe
I should've remove this popup entirely, but whatever.
Turns this:
Into this:
## Why It's Good For The Game
No more confusion
## Changelog
:cl:
qol: changed wording of a popup in the admin dressing menu
/:cl:
* Admin outfit popup wording [NO GBP]
---------
Co-authored-by: Andrew
---
code/modules/admin/verbs/selectequipment.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/admin/verbs/selectequipment.dm b/code/modules/admin/verbs/selectequipment.dm
index e88ca0bf233..cc16be55184 100644
--- a/code/modules/admin/verbs/selectequipment.dm
+++ b/code/modules/admin/verbs/selectequipment.dm
@@ -209,7 +209,7 @@
else
human_target = target
if(human_target.l_store || human_target.r_store || human_target.s_store) //saves a lot of time for admins and coders alike
- if(tgui_alert(usr,"Drop Items in Pockets? No will delete them.", "Robust quick dress shop", list("Yes", "No")) == "No")
+ if(tgui_alert(usr,"Do you need the items in your pockets?", "Pocket Items", list("Delete Them", "Drop Them")) == "Delete Them")
delete_pocket = TRUE
SSblackbox.record_feedback("tally", "admin_verb", 1, "Select Equipment") // If you are copy-pasting this, ensure the 4th parameter is unique to the new proc!