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

Characters stuck inside wells #28

Open
AndyTechGuy opened this issue Aug 6, 2019 · 1 comment
Open

Characters stuck inside wells #28

AndyTechGuy opened this issue Aug 6, 2019 · 1 comment
Labels
Type: Bug Issues reporting and PRs fixing problems

Comments

@AndyTechGuy
Copy link
Collaborator

#11 adds a new well building, where the gooey characters can fulfill their thirst need. This well has a one block wide hole that spans two blocks down, which is filled with water. This hole is unfortunately citizen-shaped, and they fall in when travelling to this source:

Terasology-190806165833-1920x1080
A citizen in a sticky situation

They continue to be stuck until travelling to another location, the stray behavior doesn't seem to allow them to jump out of the hole, but the follow behavior does.

This could potentially be solved in a few ways:

  1. Change the travel behavior, where characters don't need to travel to the exact centre of the source. (Probably the best solution)
  2. Make the water more shallow so the character can easily jump out.
  3. Make the character collisions larger than a 1x1 hole, so they cannot fall in.
@AndyTechGuy AndyTechGuy added the Type: Bug Issues reporting and PRs fixing problems label Aug 6, 2019
@agent-q1
Copy link
Contributor

I'd like to have a go at this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

No branches or pull requests

2 participants