nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Wall triggers blocking off level segments #405

Open MicroChasm opened 2 years ago

MicroChasm commented 2 years ago

I got into a situation where I stepped on a wall trigger and walked through the area now opened where the wall was. A golem came after me and triggered the plate again, closing the wall. The segment of the level that I was in was closed off from any other segment, so I ended up being soft locked.

The level generation should probably do some type of check to make sure that this doesn't happen.