Assistant PDAs start with the bounty board app preinstalled (#70291)

* bounty app for assistants

* moved to no department section
This commit is contained in:
Mickyan
2022-10-05 03:41:33 +02:00
committed by GitHub
parent 126e7094fb
commit db905aff48
2 changed files with 11 additions and 0 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
*/