Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mucin speed boost now only affects Gastropoids #228

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

TGRCdev
Copy link

@TGRCdev TGRCdev commented Sep 9, 2024

This PR fixes Mucin trails so that they no longer give all crew members a significant speed boost.

This was done by introducing a new component Propulsion to any puddle containing mucin, which has an EntityWhitelist that only allows entities with the SnailSpeed component.

This PR also adds a new TileReaction, EnsureTileReaction. This allows reagents to add arbitrary components and tags to any puddles created with that reagent, which opens the door to more complex puddle interactions later on. Mucin uses EnsureTileReaction to add the Propulsion component to mucin puddles.

mucin-fix.mp4

There is still a bit of jank from what I assume to be client prediction errors, but it does not massively affect gameplay.

Changelog

🆑

  • tweak: Mucin speed boost now only affects Gastropoids

@formlessnameless formlessnameless merged commit 256870f into impstation:master Sep 10, 2024
4 checks passed
@TGRCdev TGRCdev deleted the mucin-species-fix branch September 10, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants