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

Fix random uprooting of Vorit and Aquapod (aquatic plants) #3511

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

edwardspec
Copy link
Contributor

  • Fixed spontaneous uprooting of some aquatic plants (Vorit and Aquapod).
  • Performance: removed light from some liquids/furniture that were emitting extremely low light (not visible to the eye).

Vorit Seed and Aquapod Seed (FU aquatic plants) sometimes become
uprooted, despite having sufficient amount of liquid.

Investigation suggests that some physics weirdness (rain, etc.) can
cause the liquid immersion level to sometimes decrease below 1.0
on full liquid tiles, and plants with minImmersion=1.0 get uprooted.

Vanilla plants have minImmersion=0.9.
After we set minImmersion to 0.9, the issue is no longer observed.
@sayterdarkwynd sayterdarkwynd merged commit 3f5ed99 into sayterdarkwynd:master Oct 28, 2023
4 checks passed
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