[JAMIE] Cyborgs automatically get PDA messengers & AI has a tablet now (#16947)

* AI PDA AAHHHHH

* parity in job names

* del tablet on destroy

* Update ntpda_msg.dm

* Update ntpda_msg.dm
This commit is contained in:
ynot01
2022-12-06 12:38:44 -05:00
committed by GitHub
parent 7244001bae
commit c2bb7c3b90
11 changed files with 104 additions and 112 deletions

View File

@@ -63,7 +63,7 @@ GLOBAL_LIST_EMPTY(NTPDAMessages)
/datum/computer_file/program/pdamessager/proc/send_message(message, datum/computer_file/program/pdamessager/recipient, mob/user)
if(user.shared_ui_interaction(computer) < UI_INTERACTIVE) //no replying if you're incapacitated
return
if(user.physical_can_use_topic(computer) < UI_INTERACTIVE) //no replying if you're too far away
if(!istype(user, /mob/living/silicon/ai) && user.physical_can_use_topic(computer) < UI_INTERACTIVE) //no replying if you're too far away
return
// FOR SOME REASON [computer] ISN'T SET ON INIT AND IS SET WHEN YOU START IT UP THE FIRST TIME
var/obj/item/modular_computer/comp