Багфиксы и всякое (#47)
* - tweak: Tweak CPR speed.
* - fix: Cult action fix.
* Revert "Put entity resetting behind command flag (#24436)"
This reverts commit 5267d3c601.
* - fix: Mindshield fixes.
* - tweak: Give security security glasses.
* - fix: Fix warning.
* - fix: Fix ling TTS.
* - fix: Fix gun cycle.
* - fix: Mark cultist and lings as antags.
* - fix: Fix borg name.
* - fix: Fix carrying throw.
* - fix: Fix gun bolt with no mag.
This commit is contained in:
@@ -731,6 +731,8 @@ public sealed partial class ChangelingSystem
|
||||
ClonePerson(polymorphEntity.Value, transformData.AppearanceComponent, polyAppearance);
|
||||
TransferDna(polymorphEntity.Value, transformData.Dna);
|
||||
|
||||
_humanoidAppearance.SetTTSVoice(polymorphEntity.Value, transformData.AppearanceComponent.Voice, polyAppearance);
|
||||
|
||||
if (!TryComp<MetaDataComponent>(polymorphEntity.Value, out var meta))
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user