Skip to content

Commit

Permalink
pen update
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Distinguished-Axolotl committed Oct 23, 2024
1 parent 05b5ab7 commit 4dda15c
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 4dda15c

Please sign in to comment.