mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user