From 7120786ec0646d2682c54c7e289c23fe3caacea9 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 5 Mar 2023 23:34:27 +0100 Subject: [PATCH] [MIRROR] Brings back Bartenders fountain pen [MDB IGNORE] (#19673) * Brings back Bartenders fountain pen (#73775) ## About The Pull Request When PDAs were switched over to tablets, it seems that the bartender's fountain pen was forgotten. This PR will add it back as the round start pen of choice for bartenders, replacing the old generic one. Bardic bartenders rejoice. ## Why It's Good For The Game A lot of bartenders are snobby and would use fountain pens. Non-snobby bartenders would still be able to write vulgar words with precise calligraphy abilities. Both sides win. ![image](https://user-images.githubusercontent.com/16896032/222891224-441bfcc0-c6b8-4c19-b994-35b4a7fa7658.png) ## Changelog :cl: fix: Bartender's fountain pen was omitted during the swap over to tablets, this has been amended. /:cl: * Brings back Bartenders fountain pen --------- Co-authored-by: carshalash --- .../modular_computers/computers/item/role_tablet_presets.dm | 1 + 1 file changed, 1 insertion(+) 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 93ef3559fc8..d12a6e9d756 100644 --- a/code/modules/modular_computers/computers/item/role_tablet_presets.dm +++ b/code/modules/modular_computers/computers/item/role_tablet_presets.dm @@ -291,6 +291,7 @@ /obj/item/modular_computer/pda/bar name = "bartender PDA" greyscale_colors = "#333333#C7C7C7" + inserted_item = /obj/item/pen/fountain /obj/item/modular_computer/pda/clown name = "clown PDA"