mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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  ## Changelog 🆑 qol: Ghosts can now view Wanted Status and Sec Records by examining people /🆑
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user