Closed v0idRift closed 2 months ago
Thank you for contributing to our repository. Unfortunately, it looks like you submitted your pull request from the master branch. We suggest you follow the git usage documentation.
You can move your current work from the master branch to another branch by branching from and resetting the master branch.
Description
This pull request introduces two new components to the IPC entities:
LanguageKnowledge: This component allows IPCs to speak and understand Galactic Common and RobotTalk. Previously, IPCs were limited to Universal language, which caused communication issues with the crew. With this addition, IPCs can now effectively communicate using the Galactic Common and RobotTalk languages.
WeldingHealable: This component enables IPCs to heal themselves using a welding tool. Given the nature of IPCs as robotic entities, this feature is essential for self-maintenance and ensures they can stay operational even after sustaining damage.
These changes aim to improve the functionality and immersion of IPCs within the game, allowing them to better integrate and interact with other entities while also providing them with the ability to self-repair.
TODO
LanguageKnowledge
component to IPC entities to support Galactic Common and RobotTalk.WeldingHealable
component to IPC entities for self-repair with welding tools.Changelog
:cl: