Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gives Heads of Staff fountain pens #3927

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
name = "head of personnel PDA"
greyscale_config = /datum/greyscale_config/tablet/stripe_thick/head
greyscale_colors = "#374f7e#a52f29#a52f29"
inserted_item = /obj/item/pen/fountain
stored_paper = 20
starting_programs = list(
/datum/computer_file/program/crew_manifest,
/datum/computer_file/program/status,
Expand All @@ -47,6 +49,7 @@
name = "head of security PDA"
greyscale_config = /datum/greyscale_config/tablet/head
greyscale_colors = "#EA3232#0000CC"
inserted_item = /obj/item/pen/fountain
starting_programs = list(
/datum/computer_file/program/crew_manifest,
/datum/computer_file/program/status,
Expand All @@ -60,6 +63,7 @@
name = "chief engineer PDA"
greyscale_config = /datum/greyscale_config/tablet/stripe_thick/head
greyscale_colors = "#D99A2E#69DBF3#FAFAFA"
inserted_item = /obj/item/pen/fountain
starting_programs = list(
/datum/computer_file/program/crew_manifest,
/datum/computer_file/program/status,
Expand All @@ -75,6 +79,7 @@
name = "chief medical officer PDA"
greyscale_config = /datum/greyscale_config/tablet/stripe_thick/head
greyscale_colors = "#FAFAFA#000099#3F96CC"
inserted_item = /obj/item/pen/fountain
starting_programs = list(
/datum/computer_file/program/crew_manifest,
/datum/computer_file/program/status,
Expand Down
Loading