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