From 5f35158d889b8ca64917d4111c99f78392d3ecc8 Mon Sep 17 00:00:00 2001 From: Interrobang01 <113810873+Interrobang01@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:02:46 -0800 Subject: [PATCH] Cognizine tweaks (#12560) * replaced muta in recipe to acetone * now it tastes magical * cogni monkeys can talk --- Content.Server/Chemistry/ReagentEffects/MakeSentient.cs | 3 +++ Resources/Prototypes/Reagents/medicine.yml | 1 + Resources/Prototypes/Recipes/Reactions/medicine.yml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Server/Chemistry/ReagentEffects/MakeSentient.cs b/Content.Server/Chemistry/ReagentEffects/MakeSentient.cs index b54677d757..c98f838761 100644 --- a/Content.Server/Chemistry/ReagentEffects/MakeSentient.cs +++ b/Content.Server/Chemistry/ReagentEffects/MakeSentient.cs @@ -22,6 +22,9 @@ public sealed class MakeSentient : ReagentEffect // This piece of code makes things able to speak "normally". One thing of note is that monkeys have a unique accent and won't be affected by this. entityManager.RemoveComponent(uid); + // Monke talk + entityManager.RemoveComponent(uid); + // No idea what anything past this point does if (entityManager.TryGetComponent(uid, out GhostTakeoverAvailableComponent? takeOver)) { diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index d6b90a854b..76c47a838a 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -697,6 +697,7 @@ desc: reagent-desc-cognizine group: Medicine physicalDesc: reagent-physical-desc-enigmatic + flavor: magical color: "#b50ee8" metabolisms: Medicine: diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index c5828edd31..fc35f56ab7 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -351,7 +351,7 @@ amount: 1 Siderlac: amount: 1 - UnstableMutagen: + Acetone: amount: 1 products: Cognizine: 1 \ No newline at end of file