nsmryan / RustRoguelike

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

Golem saw me through grass wall #489

Open MicroChasm opened 2 years ago

MicroChasm commented 2 years ago

I'm not 100% sure what happened here exactly. I was near a golem and I made a grass wall. The golem then saw me through the grass wall and broke through it to get to me.

Maybe making the wall caused sound and the golem was reacting to that? If so, I think all grass powers should probably be silent. Or they might have been notified in some other way.

action_log.txt

nsmryan commented 2 years ago

The action log seems to create a different result for me. I haven't tried action logs in a while, perhaps there is something not working. One thing about grass walls is that for them to get trampled, I made sure that golems would be willing to step into them. This means that golems that have heard or seen you and want to investigate can still walk into you even if you put one up.