Cognizine tweaks (#12560)
* replaced muta in recipe to acetone * now it tastes magical * cogni monkeys can talk
This commit is contained in:
@@ -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<ReplacementAccentComponent>(uid);
|
||||
|
||||
// Monke talk
|
||||
entityManager.RemoveComponent<MonkeyAccentComponent>(uid);
|
||||
|
||||
// No idea what anything past this point does
|
||||
if (entityManager.TryGetComponent(uid, out GhostTakeoverAvailableComponent? takeOver))
|
||||
{
|
||||
|
||||
@@ -697,6 +697,7 @@
|
||||
desc: reagent-desc-cognizine
|
||||
group: Medicine
|
||||
physicalDesc: reagent-physical-desc-enigmatic
|
||||
flavor: magical
|
||||
color: "#b50ee8"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
amount: 1
|
||||
Siderlac:
|
||||
amount: 1
|
||||
UnstableMutagen:
|
||||
Acetone:
|
||||
amount: 1
|
||||
products:
|
||||
Cognizine: 1
|
||||
Reference in New Issue
Block a user