mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-25 08:05:31 +01:00
d98c0112c4
## About The Pull Request This PR adds an option to the context menu of objects that allows admins to open player panel of mobs inside closets/crates/coffins, body bags (both folded and unfolded), machinery, vehicles, morgue trays and crematoriums without selecting particular mob in VV of the object. Supported types of objects: /obj/vehicle; /obj/structure/closet; /obj/structure/bodycontainer; /obj/machinery; /obj/item/bodybag. The selection menu displays mob names and tags. If an /obj/vehicle is selected, its driver is marked accordingly in the menu. This verb also checks /obj/structure/closet and /obj/structure/bodycontainer for body bags (both folded and unfolded), adding any mobs inside them to the list. <img width="483" height="343" alt="prtest-pp-2" src="https://github.com/user-attachments/assets/5b387d15-5f86-4f78-b85b-3590ce9d1495" /> <img width="390" height="391" alt="prtest-pp-1" src="https://github.com/user-attachments/assets/e16c24a3-1741-43a7-8f3c-4f4d4dbba089" /> https://github.com/user-attachments/assets/2c75b7f8-5879-4476-973b-38f2fa638d10 ## Why It's Good For The Game QOL. You don't have to open PP via object's VV->occupants/contents->list->VV of a particular mob->show PP. ## Changelog 🆑 admin: New adminverb "show occupants PP". You can now open the PP of mobs inside vehicles, closets, machinery, body bags, etc. via the RMB context menu. /🆑 --------- Co-authored-by: AlexTheEng1neer <128976622+AlexTheEng1neer@users.noreply.github.com> Co-authored-by: Cornka <112967882+Kocma-san@users.noreply.github.com>