mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user