From 742c3875fb95a396b5e9fbdf9f5a023c6d5722c8 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+AnArgonianLizardThatStealsPRs@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:55:35 +0300 Subject: [PATCH] [MIRROR] Admin outfit popup wording [NO GBP] [MDB IGNORE] (#24504) (#216) * 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: zVnjGznFWh Into this: mLPSl14FsE ## 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: SkyratBot <59378654+SkyratBot@users.noreply.github.com> 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!