diff --git a/code/game/machinery/doors/brigdoors.dm b/code/game/machinery/doors/brigdoors.dm index 7c1af5f6368..0e773e0ea95 100644 --- a/code/game/machinery/doors/brigdoors.dm +++ b/code/game/machinery/doors/brigdoors.dm @@ -124,7 +124,7 @@ if(!target_pda) return var/datum/data/pda/app/messenger/PM = target_pda.find_program(/datum/data/pda/app/messenger) - if(PM) + if(PM && PM.can_receive()) PM.notify("Message from Brig Timer (Automated), \"[antext]\" (Unable to Reply)")