mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +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:
@@ -39,6 +39,7 @@ Assistant
|
||||
name = JOB_ASSISTANT
|
||||
jobtype = /datum/job/assistant
|
||||
id_trim = /datum/id_trim/job/assistant
|
||||
belt = /obj/item/modular_computer/tablet/pda/assistant
|
||||
|
||||
/datum/outfit/job/assistant/pre_equip(mob/living/carbon/human/target)
|
||||
..()
|
||||
|
||||
@@ -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