mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01: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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "PDA message alerts no longer appear for unconscious players."
|
||||
Reference in New Issue
Block a user