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