[MIRROR] Assistant PDAs start with the bounty board app preinstalled [MDB IGNORE] (#16657)

* Assistant PDAs start with the bounty board app preinstalled

* Update code/modules/jobs/job_types/assistant.dm

Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-05 17:15:02 +02:00
committed by GitHub
parent 1696c78321
commit 78f77e6463
2 changed files with 12 additions and 2 deletions
@@ -367,6 +367,16 @@
for(var/datum/computer_file/program/messenger/msg in hdd.stored_files)
msg.allow_emojis = TRUE
/**
* No Department
*/
/obj/item/modular_computer/tablet/pda/assistant
name = "assistant PDA"
default_applications = list(
/datum/computer_file/program/bounty_board,
)
/**
* Non-roles
*/