Maintenance Drones no longer get chat clients. (#10553)

Maint Drones don't need to appear on the direct message list.
This commit is contained in:
mikomyazaki
2020-11-15 11:05:34 +00:00
committed by GitHub
parent 381c58168c
commit 95d4935e3c
3 changed files with 62 additions and 9 deletions

View File

@@ -79,3 +79,8 @@
CL.direct_message()
if(CL.channel)
CL.add_message(CL.send_message())
/obj/item/modular_computer/silicon/robot/drone/install_default_programs()
hard_drive.store_file(new /datum/computer_file/program/filemanager(src))
hard_drive.store_file(new /datum/computer_file/program/ntnetdownload(src))
hard_drive.remove_file(hard_drive.find_file_by_name("clientmanager"))