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

Teleporting Enemies Block Tiles #165

Open
aszecsei opened this issue Jun 7, 2021 · 0 comments
Open

Teleporting Enemies Block Tiles #165

aszecsei opened this issue Jun 7, 2021 · 0 comments

Comments

@aszecsei
Copy link

aszecsei commented Jun 7, 2021

Currently, enemies that teleport are moved using the spatial system (until the next turn, at least, when their position is removed and the map indexing system no longer includes them). They should probably be removed from the spatial map instead, since they're no longer present on the map.

Additionally, in 5.25 multi-tiled enemies aren't handled by the move system or death system. Since those interact with the Spatial Map, they should probably also be updated.

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

No branches or pull requests

1 participant