From 427b32d67b0a52477b5913ab458d443c99454b69 Mon Sep 17 00:00:00 2001 From: Nix Silvam Date: Mon, 1 Jul 2024 19:54:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/Humanoid/NamingSystem.cs | 2 ++ Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs | 2 ++ Resources/Prototypes/Chemistry/metabolizer_types.yml | 3 ++- Resources/Prototypes/Reagents/gases.yml | 4 +++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Humanoid/NamingSystem.cs b/Content.Shared/Humanoid/NamingSystem.cs index 46d6cdecc79..a563d396398 100644 --- a/Content.Shared/Humanoid/NamingSystem.cs +++ b/Content.Shared/Humanoid/NamingSystem.cs @@ -35,9 +35,11 @@ public string GetName(string species, Gender? gender = null) case SpeciesNaming.FirstDashFirst: return Loc.GetString("namepreset-firstdashfirst", ("first1", GetFirstName(speciesProto, gender)), ("first2", GetFirstName(speciesProto, gender))); + // Start ADT Tweak: Drask naming case SpeciesNaming.FirstDashFirstDashFirst: return Loc.GetString("namepreset-firstdashfirstdashfirst", ("first1", GetFirstName(speciesProto, gender)), ("first2", GetFirstName(speciesProto, gender)), ("first3", GetFirstName(speciesProto, gender))); + // End ADT Tweak case SpeciesNaming.FirstLast: default: return Loc.GetString("namepreset-firstlast", diff --git a/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs b/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs index 0f34889cc7a..1405c4b5a94 100644 --- a/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs +++ b/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs @@ -140,6 +140,8 @@ public enum SpeciesNaming : byte First, FirstLast, FirstDashFirst, + // ADT Start tweak: Drask naming FirstDashFirstDashFirst, + // ADT End tweak TheFirstofLast, } diff --git a/Resources/Prototypes/Chemistry/metabolizer_types.yml b/Resources/Prototypes/Chemistry/metabolizer_types.yml index 948a909cb29..010f7b57f60 100644 --- a/Resources/Prototypes/Chemistry/metabolizer_types.yml +++ b/Resources/Prototypes/Chemistry/metabolizer_types.yml @@ -45,7 +45,8 @@ id: Arachnid name: metabolizer-type-arachnid - #ADT + # Start ADT tweak: Drask - type: metabolizerType id: Drask name: drask + # End ADT tweak diff --git a/Resources/Prototypes/Reagents/gases.yml b/Resources/Prototypes/Reagents/gases.yml index 82195de96ff..2087d88655d 100644 --- a/Resources/Prototypes/Reagents/gases.yml +++ b/Resources/Prototypes/Reagents/gases.yml @@ -14,10 +14,12 @@ conditions: - !type:OrganType type: Human + # Start ADT tweak: Drask - !type:Oxygenate conditions: - !type:OrganType - type: Drask #ADT + type: Drask + # End ADT tweak - !type:Oxygenate conditions: - !type:OrganType