mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
PDA message alerts don't appear for unconscious players (#9449)
This commit is contained in:
@@ -1182,7 +1182,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
else
|
||||
L = get(src, /mob/living/silicon)
|
||||
|
||||
if(L)
|
||||
if(L && L.stat == CONSCIOUS)
|
||||
if(reception_message)
|
||||
to_chat(L, reception_message)
|
||||
SSnanoui.update_user_uis(L, src) // Update the receiving user's PDA UI so that they can see the new message
|
||||
|
||||
Reference in New Issue
Block a user