Skip to content

Commit

Permalink
Assistant PDAs start with the bounty board app preinstalled (tgstatio…
Browse files Browse the repository at this point in the history
…n#70291)

* bounty app for assistants

* moved to no department section
  • Loading branch information
Mickyan authored Oct 5, 2022
1 parent 126e709 commit db905af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/assistant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit db905af

Please sign in to comment.