mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
Assistant PDAs start with the bounty board app preinstalled (#70291)
* bounty app for assistants * moved to no department section
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