From 1272636de10c6869f3c4b1178e9b8398e47e8e2b Mon Sep 17 00:00:00 2001 From: MaxNox7 <99754140+MaxNox7@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:36:10 +0300 Subject: [PATCH] Added text for petting Holoparasites (#6728) Co-authored-by: metalgearsloth --- .../Locale/en-US/interaction/interaction-popup-component.ftl | 3 ++- Resources/Prototypes/Entities/Mobs/Player/guardian.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/interaction/interaction-popup-component.ftl b/Resources/Locale/en-US/interaction/interaction-popup-component.ftl index 221118db56..fe8644961f 100644 --- a/Resources/Locale/en-US/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/en-US/interaction/interaction-popup-component.ftl @@ -18,7 +18,7 @@ petting-success-reptile = You pet {THE($target)} on {POSS-ADJ($target)} scaly li petting-success-sloth = You pet {THE($target)} on {POSS-ADJ($target)} slow moving head. petting-success-space-cat = You pet {THE($target)} on {POSS-ADJ($target)} glass domed head. petting-success-tarantula = You pet {THE($target)} on {POSS-ADJ($target)} hairy little head. - +petting-success-holo = You pet {THE($target)} on {POSS-ADJ($target)} metallic spiky head. petting-failure-generic = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} aloof towards you. @@ -29,6 +29,7 @@ petting-failure-goat = You reach out to pet {THE($target)}, but {SUBJECT($target petting-failure-goose = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} too horrible! petting-failure-possum = You reach out to pet {THE($target)}, but are met with hisses and snarls! petting-failure-sloth = You reach out to pet {THE($target)}, but {SUBJECT($target)} somehow dodge with ludicrous speed! +petting-failure-holo = You reach out to pet {THE($target)}, but {POSS-ADJ($target)} spikes almost impale your hand! ## Knocking on windows diff --git a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml index 47d7e30803..37989cecb1 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml @@ -69,5 +69,9 @@ Blunt: 22 - type: Actions - type: Guardian + - type: InteractionPopup + interactSuccessString: petting-success-holo + interactFailureString: petting-failure-holo + successChance: 0.7 - type: NameIdentifier group: Holoparasite \ No newline at end of file