mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
respect messenger system deactivation
This commit is contained in:
@@ -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)")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user