diff --git a/Resources/Locale/en-US/_DV/phrases/common.ftl b/Resources/Locale/en-US/_DV/phrases/common.ftl index 33b27b0f84..da24629565 100644 --- a/Resources/Locale/en-US/_DV/phrases/common.ftl +++ b/Resources/Locale/en-US/_DV/phrases/common.ftl @@ -103,3 +103,5 @@ phrase-call = Call phrase-this = This phrase-actiondrink = Drink phrase-know = Know +phrase-think = Think +phrase-eat = Eat diff --git a/Resources/Locale/en-US/_DV/phrases/subjects.ftl b/Resources/Locale/en-US/_DV/phrases/subjects.ftl index eec52101db..8f67ca638d 100644 --- a/Resources/Locale/en-US/_DV/phrases/subjects.ftl +++ b/Resources/Locale/en-US/_DV/phrases/subjects.ftl @@ -210,6 +210,11 @@ phrase-gas-analyzer = gas analyzer phrase-planetside = planetside phrase-holopad = holopad phrase-upgrade = upgrade +phrase-gloves = gloves +phrase-shoes = shoes +phrase-limbs = limbs +phrase-release = release +phrase-parole = parole # colors phrase-color-red = red diff --git a/Resources/Prototypes/_DV/QuickPhrases/Common/actions.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/actions.yml index 2a8dc43a1e..c0331f49b6 100644 --- a/Resources/Prototypes/_DV/QuickPhrases/Common/actions.yml +++ b/Resources/Prototypes/_DV/QuickPhrases/Common/actions.yml @@ -68,3 +68,13 @@ id: KnowPhrase parent: BaseActionPhrase text: phrase-know + +- type: quickPhrase + id: ThinkPhrase + parent: BaseActionPhrase + text: phrase-think + +- type: quickPhrase + id: EatPhrase + parent: BaseActionPhrase + text: phrase-eat diff --git a/Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml b/Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml index 5ff0c57c82..944c348d5a 100644 --- a/Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml +++ b/Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml @@ -78,3 +78,18 @@ id: SpeciesKitsunePhrase parent: BaseCrewSpeciesPhrase text: species-name-kitsune + +- type: quickPhrase + id: SpeciesIPCPhrase + parent: BaseCrewSpeciesPhrase + text: species-name-ipc + +- type: quickPhrase + id: SpeciesKThavenPhrase + parent: BaseCrewSpeciesPhrase + text: species-name-thaven + +- type: quickPhrase + id: SpeciesChitnidePhrase + parent: BaseCrewSpeciesPhrase + text: species-name-chitinid diff --git a/Resources/Prototypes/_DV/QuickPhrases/Subjects/generic.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/generic.yml index 8d4927ffd7..4f96f0997d 100644 --- a/Resources/Prototypes/_DV/QuickPhrases/Subjects/generic.yml +++ b/Resources/Prototypes/_DV/QuickPhrases/Subjects/generic.yml @@ -203,6 +203,16 @@ parent: BaseSubjectPhrase text: phrase-upgrade +- type: quickPhrase + id: GlovesPhrase + parent: BaseSubjectPhrase + text: phrase-gloves + +- type: quickPhrase + id: ShoesPhrase + parent: BaseSubjectPhrase + text: phrase-shoes + # Materials - type: quickPhrase diff --git a/Resources/Prototypes/_DV/QuickPhrases/Subjects/medical.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/medical.yml index aa3c91a425..931473eeb6 100644 --- a/Resources/Prototypes/_DV/QuickPhrases/Subjects/medical.yml +++ b/Resources/Prototypes/_DV/QuickPhrases/Subjects/medical.yml @@ -182,3 +182,8 @@ id: MedicalChemicalsPhrase parent: BaseMedicinePhrase text: phrase-chemicals + +- type: quickPhrase + id: LimbsPhrase + parent: BaseMedicinePhrase + text: phrase-limbs diff --git a/Resources/Prototypes/_DV/QuickPhrases/Subjects/security.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/security.yml index 59390dbbaf..8cde79ce60 100644 --- a/Resources/Prototypes/_DV/QuickPhrases/Subjects/security.yml +++ b/Resources/Prototypes/_DV/QuickPhrases/Subjects/security.yml @@ -72,3 +72,13 @@ id: LogProbePhrase parent: BaseSecuritySubjectPhrase text: phrase-log-probe + +- type: quickPhrase + id: ReleasePhrase + parent: BaseSecuritySubjectPhrase + text: phrase-release + +- type: quickPhrase + id: ParolePhrase + parent: BaseSecuritySubjectPhrase + text: phrase-parole diff --git a/Resources/Prototypes/_DV/QuickPhrases/jobs.yml b/Resources/Prototypes/_DV/QuickPhrases/jobs.yml index 93ade2860e..59f77ce714 100644 --- a/Resources/Prototypes/_DV/QuickPhrases/jobs.yml +++ b/Resources/Prototypes/_DV/QuickPhrases/jobs.yml @@ -126,6 +126,11 @@ id: RoboticistPhrase text: job-name-roboticist +- type: quickPhrase + parent: BaseEpistemicsJobPhrase + id: ChaplainPhrase + text: job-name-chaplain + - type: quickPhrase parent: BaseEpistemicsJobPhrase id: BorgPhrase