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

Monsters should not walk on other monsters #40

Open
awilsoncs opened this issue Jan 7, 2023 · 0 comments
Open

Monsters should not walk on other monsters #40

awilsoncs opened this issue Jan 7, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@awilsoncs
Copy link
Owner

This one may be hard to repro without seed/replay functionality.

Repro steps:

  1. Start a level.
  2. Move around until two monsters are adjacent
  3. Move along their adjacency (left or right if they're left/right adjacent)
  4. Repeat until one monster steps on the other

Although it may be easier to just fix. IntelligenceSystem.cs should not attempt to step on blocking entities, and MovementSystem.cs should not allow it.

@awilsoncs awilsoncs added bug Something isn't working good first issue Good for newcomers labels Jan 7, 2023
@awilsoncs awilsoncs changed the title Monsters can walk on other monsters Monsters should not walk on other monsters Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant