Media
![image](https://github.com/user-attachments/assets/111c3f91-f077-431f-bcd9-f60fa7a1ba26)
![image](https://github.com/user-attachments/assets/80f939d3-b615-4235-a511-82238758788e)
![image](https://github.com/user-attachments/assets/dce99b55-c8b1-4cbe-8769-b82151b3d404)
![image](https://github.com/user-attachments/assets/6b9b962d-c73c-42b9-b240-aa07601de879)
# Changelog
:cl:
- tweak: Added languages to certain entities that lacked them, including
MMIs and positronic brains.
- add: Polymorphing into another entity now preserves your languages and
grammar.
---
Content.Server/Chat/Systems/ChatSystem.cs | 2 +-
.../Polymorph/Systems/PolymorphSystem.cs | 15 +++++++++++++++
Content.Shared/Polymorph/PolymorphPrototype.cs | 11 +++++++++++
.../Prototypes/Entities/Mobs/NPCs/animals.yml | 9 +++++++++
.../Entities/Mobs/NPCs/glimmer_creatures.yml | 3 +++
.../Prototypes/Entities/Mobs/NPCs/revenant.yml | 2 ++
.../Prototypes/Entities/Objects/Devices/pda.yml | 4 ++++
.../Entities/Objects/Specific/Robotics/mmi.yml | 8 ++++++++
Resources/Prototypes/Language/animal.yml | 13 +++++++++++++
.../Entities/Objects/Specific/Mail/base_mail.yml | 4 ++++
10 files changed, 70 insertions(+), 1 deletion(-)
diff --git a/Content.Server/Chat/Systems/ChatSystem.cs b/Content.Server/Chat/Systems/ChatSystem.cs
index d743a83ef40..bbca6f4d153 100644
--- a/Content.Server/Chat/Systems/ChatSystem.cs
+++ b/Content.Server/Chat/Systems/ChatSystem.cs
@@ -43,7 +43,7 @@ namespace Content.Server.Chat.Systems;
// Dear contributor. When I was introducing changes to this system only god and I knew what I was doing.
// Now only god knows. Please don't touch this code ever again. If you do have to, increment this counter as a warning for others:
-// TOTAL_HOURS_WASTED_HERE_EE = 17
+// TOTAL_HOURS_WASTED_HERE_EE = 18
// TODO refactor whatever active warzone this class and chatmanager have become
///