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 Mermaid Water Tiles #2609

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

InsightfulParasite
Copy link
Collaborator

@InsightfulParasite InsightfulParasite commented Dec 14, 2024

About The Pull Request

Fixes mermaid AI. Mermaid on spawn is placed on deep water tiles that are labeled as dense but coded to be non dense in order to force mobs to avoid them. Mermaids AI thinks that she is in a 3by3 wall due to this. I changed obsessing water subtype to nondense. to fix this.
Turns out i made the wrong watertype non dense but ill keep obsessing water changed too since the density is to prevent AI from pathfinding into water tiles they can sink into.

Changelog

🆑
tweak: obsessing water and safe saltwater is now non dense.
/:cl:

## About The Pull Request
Fixes mermaid AI. Mermaid on spawn is placed on deep water tiles that are labeled as dense but coded to be non dense in order to force mobs to avoid them. Mermaids AI thinks that she is in a 3by3 wall due to this. I changed obsessing water subtype to nondense. to fix this.
## Changelog
:cl:
tweak: obsessing water is now non dense.
/:cl:
@InsightfulParasite InsightfulParasite added the Fix There was a bug, and we fixed it! label Dec 14, 2024
Copy link
Contributor

@Kitsunemitsu Kitsunemitsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, minor fix.

@Kitsunemitsu Kitsunemitsu merged commit b432592 into vlggms:master Dec 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix There was a bug, and we fixed it!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants