From 7807facee07dbb96760a3d4aed13ebbb87c8a877 Mon Sep 17 00:00:00 2001 From: Dmeto <75919495+Dmeto@users.noreply.github.com> Date: Sat, 21 May 2022 11:57:42 +0100 Subject: [PATCH] Readds Captains fountain pen (#67164) bout The Pull Request Was working on a different fix and noticed the Captains Fountain pen was missing so i went through some other jobs on a pre modular PDA build and found that QMs survial pen was also missing. Ignored the fountain pens for all Heads of Staff i presume that was intentional. Why It's Good For The Game Minor Fix, gives the Captain back back his Unique Pen and dignity QM gets their survial pen back as well. Changelog Captains and Quartermasters now receive their unique pens in their PDAS again. cl fix: Restores Captains pen and QM survial pen in respective Pdas /cl --- .../modular_computers/computers/item/role_tablet_presets.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/modular_computers/computers/item/role_tablet_presets.dm b/code/modules/modular_computers/computers/item/role_tablet_presets.dm index 5e76089ad04..09ce02f4e35 100644 --- a/code/modules/modular_computers/computers/item/role_tablet_presets.dm +++ b/code/modules/modular_computers/computers/item/role_tablet_presets.dm @@ -21,7 +21,7 @@ name = "captain PDA" greyscale_config = /datum/greyscale_config/tablet/captain greyscale_colors = "#2C7CB2#FF0000#FFFFFF#FFD55B" - insert_type = /obj/item/pen/fountain + insert_type = /obj/item/pen/fountain/captain /obj/item/modular_computer/tablet/pda/heads/captain/Initialize(mapload) . = ..() @@ -240,6 +240,7 @@ name = "quartermaster PDA" greyscale_config = /datum/greyscale_config/tablet/stripe_thick greyscale_colors = "#D6B328#6506CA#927444" + insert_type = /obj/item/pen/survival default_applications = list( /datum/computer_file/program/shipping, /datum/computer_file/program/budgetorders,