From: Crude Oil <124208219+CroilBird@users.noreply.github.com> Date: Thu, 13 Mar 2025 12:49:24 +0000 (+0100) Subject: Add the ability to pet the mail teleporter (#35819) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=90dc674c961bca978a1b92ca8bc3bc22c067dff0;p=space-station-14.git Add the ability to pet the mail teleporter (#35819) good mailbox --- diff --git a/Resources/Locale/en-US/interaction/interaction-popup-component.ftl b/Resources/Locale/en-US/interaction/interaction-popup-component.ftl index 7996db570b..fa0a1fb655 100644 --- a/Resources/Locale/en-US/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/en-US/interaction/interaction-popup-component.ftl @@ -103,3 +103,6 @@ hugging-success-generic-target = { CAPITALIZE(THE($user)) } hugs you. petting-success-tesla = You pet {THE($target)}, violating the laws of nature and physics. petting-failure-tesla = You reach out towards {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BASIC($target, "zap", "zaps")} your hand away. + +petting-success-mail-teleporter = You pet {THE($target)} on {POSS-ADJ($target)} dutiful, cold exterior. +petting-failure-mail-teleporter = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} busy sorting mail! diff --git a/Resources/Prototypes/Entities/Structures/Machines/mail_teleporter.yml b/Resources/Prototypes/Entities/Structures/Machines/mail_teleporter.yml index 4356921ed6..a03f166bbe 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/mail_teleporter.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/mail_teleporter.yml @@ -39,6 +39,9 @@ - type: Machine board: MailTeleporterMachineCircuitboard - type: PowerSwitch + - type: InteractionPopup + interactSuccessString: petting-success-mail-teleporter + interactFailureString: petting-failure-mail-teleporter - type: DeliverySpawner table: !type:NestedSelector tableId: RandomDeliveryBasic