Simple-Station / Einstein-Engines

Clearly several people noticed, but who changed the description?
GNU Affero General Public License v3.0
54 stars 149 forks source link

Enhancement: Added Language and Healing Components to IPC Entities #785

Closed v0idRift closed 2 months ago

v0idRift commented 2 months ago

Description

This pull request introduces two new components to the IPC entities:

  1. 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.

  2. 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

Changelog

:cl:

github-actions[bot] commented 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.