Ghosts can see info about Wanted Status and Sec Records (#80692)

## About The Pull Request
Ghosts can examine people to see Wanted Status and view their Sec
Records which show crimes
## Why It's Good For The Game
More fun observer experience. You can already see the "W" hud, so more
info is nice
![Screenshot 2023-12-31
174136](https://github.com/tgstation/tgstation/assets/46101244/763c46d0-f13e-48fc-80c6-d3c823913108)
## Changelog
🆑
qol: Ghosts can now view Wanted Status and Sec Records by examining
people
/🆑
This commit is contained in:
13spacemen
2024-01-05 06:07:49 +05:00
committed by GitHub
parent ba3af8afeb
commit 8d3371daa0
3 changed files with 89 additions and 76 deletions
@@ -151,6 +151,7 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
SSpoints_of_interest.make_point_of_interest(src)
ADD_TRAIT(src, TRAIT_HEAR_THROUGH_DARKNESS, ref(src))
ADD_TRAIT(src, TRAIT_SECURITY_HUD, ref(src))
/mob/dead/observer/get_photo_description(obj/item/camera/camera)
if(!invisibility || camera.see_ghosts)