respect messenger system deactivation

This commit is contained in:
Kyep
2019-09-14 16:10:58 -07:00
parent 27e57aa900
commit 73380bd6ce
+1 -1
View File
@@ -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("<b>Message from Brig Timer (Automated), </b>\"[antext]\" (Unable to Reply)")