From 8830e26e0ed2952b8b7c4a5a67b695d316c6d9a4 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:56:35 +0200 Subject: [PATCH] small figurines voicelines update (#31167) --- Resources/Locale/en-US/datasets/figurines.ftl | 8 +++++--- Resources/Prototypes/Datasets/figurines.yml | 14 +++++++------- .../Prototypes/Entities/Objects/Fun/figurines.yml | 4 ++-- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Resources/Locale/en-US/datasets/figurines.ftl b/Resources/Locale/en-US/datasets/figurines.ftl index e87e2151ad..aa05aa3a98 100644 --- a/Resources/Locale/en-US/datasets/figurines.ftl +++ b/Resources/Locale/en-US/datasets/figurines.ftl @@ -27,7 +27,7 @@ figurines-mime-5 = ................ figurines-musician-1 = Never gonna give you up! figurines-musician-2 = Never gonna let you down! -# figurines-boxer- +figurines-boxer-1 = The first rule of Fight Club is... figurines-captain-1 = Glory to NT! figurines-captain-2 = How did I get hired? Yes. @@ -40,6 +40,7 @@ figurines-hos-3 = Yes, I shot the clown. No, I don't regret it. figurines-warden-1 = Execute him for breaking in! figurines-warden-2 = Perma the fucker for insulting me! figurines-warden-3 = We totally treat everyone fairly and do NOT mistreat our prisoners. +figurines-warden-4 = Brig is my home. My home is brig. My brig is home. Stop, what? figurines-detective-1 = The butler did it. figurines-detective-2 = I need some whiskey after this. @@ -47,6 +48,7 @@ figurines-detective-2 = I need some whiskey after this. figurines-security-1 = I am the law! figurines-security-2 = You have violated article 1984. figurines-security-3 = Whenever I get bored I use the clown as target practice. +figurines-security-4 = You have two rights: to remain silent and to cry about it. figurines-lawyer-1 = Better Call Saul! figurines-lawyer-2 = Objection! @@ -87,8 +89,8 @@ figurines-rd-2 = Tier 3 arsenal? No way. figurines-scientist-1 = Someone else must have made those bombs! figurines-scientist-2 = He asked to be borged! figurines-scientist-3 = Carp at sci! -figurines-scientist-4 = Explosion at sci. -figurines-scientist-5 = The anomaly has exploded. +figurines-scientist-4 = Explosion at sci! +figurines-scientist-5 = The anomaly has exploded! figurines-cmo-1 = Suit sensors! figurines-cmo-2 = Why do we have meth? diff --git a/Resources/Prototypes/Datasets/figurines.yml b/Resources/Prototypes/Datasets/figurines.yml index d2dcb61c45..2b905321a4 100644 --- a/Resources/Prototypes/Datasets/figurines.yml +++ b/Resources/Prototypes/Datasets/figurines.yml @@ -40,11 +40,11 @@ prefix: figurines-musician- count: 2 -# - type: localizedDataset # TODO add something -# id: FigurinesBoxer -# values: -# prefix: figurines-boxer- -# count: 0 +- type: localizedDataset + id: FigurinesBoxer + values: + prefix: figurines-boxer- + count: 1 - type: localizedDataset id: FigurinesCaptain @@ -62,7 +62,7 @@ id: FigurinesWarden values: prefix: figurines-warden- - count: 3 + count: 4 - type: localizedDataset id: FigurinesDetective @@ -74,7 +74,7 @@ id: FigurinesSecurity values: prefix: figurines-security- - count: 3 + count: 4 - type: localizedDataset id: FigurinesLawyer diff --git a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml index 0ab95ce043..e48ac9d84a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml @@ -109,8 +109,8 @@ components: - type: Sprite state: boxer - # - type: SpeakOnUse # TODO add something - # pack: FigurinesBoxer + - type: SpeakOnUse + pack: FigurinesBoxer - type: entity parent: BaseFigurine -- 2.52.0