mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
Kills modular_computer hear_talk runtimes (#14270)
This commit is contained in:
@@ -324,7 +324,7 @@
|
|||||||
return card_slot.stored_card
|
return card_slot.stored_card
|
||||||
|
|
||||||
/obj/item/modular_computer/hear_talk(mob/M, text, verb, datum/language/speaking)
|
/obj/item/modular_computer/hear_talk(mob/M, text, verb, datum/language/speaking)
|
||||||
if(Adjacent(M))
|
if(Adjacent(M) && hard_drive)
|
||||||
var/datum/computer_file/program/chat_client/P = hard_drive.find_file_by_name("ntnrc_client")
|
var/datum/computer_file/program/chat_client/P = hard_drive.find_file_by_name("ntnrc_client")
|
||||||
if(!P || (P.program_state == PROGRAM_STATE_KILLED && P.service_state == PROGRAM_STATE_KILLED))
|
if(!P || (P.program_state == PROGRAM_STATE_KILLED && P.service_state == PROGRAM_STATE_KILLED))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user