Skip to content

Commit

Permalink
[MIRROR] Admin outfit popup wording [NO GBP] [MDB IGNORE] (#24504) (#216
Browse files Browse the repository at this point in the history
)

* 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:
<img alt="zVnjGznFWh"
src="https://github.com/tgstation/tgstation/assets/3625094/ed842d84-55c8-45da-9dc8-a7df65e28fcc">

Into this:
<img alt="mLPSl14FsE"
src="https://github.com/tgstation/tgstation/assets/3625094/dbf4569b-d2a8-4855-bd81-342c162788dd">

## 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 <[email protected]>
Co-authored-by: Andrew <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent 8e38a7d commit 742c387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/selectequipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 742c387

Please sign in to comment.