tmewett / BrogueCE

Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game
https://sites.google.com/site/broguegame/
GNU Affero General Public License v3.0
999 stars 107 forks source link

Goblins can spear-attack around corners #622

Closed apgove closed 11 months ago

apgove commented 11 months ago

Goblins occasionally make diagonal spear attacks that are not legal moves. It's not common, and I can't figure out what the contributing conditions are. I've seen this a few times in multiple versions, but finally had the presence of mind to take a screenshot.

In the latest example,

Screenshot 2023-11-02 at 9 48 57 AM

a discordant goblin illegally attacks my ifrit ally, which I have conveniently blocked from getting any closer, in the hope that the goblins will kill each other.

apgove commented 11 months ago

goblin_attack.broguerec.zip

tmewett commented 11 months ago

Thanks - think this is a dupe of #103 ?

apgove commented 11 months ago

Yep, I agree it's a dupe (sorry I didn't search back that far!), with the addendum that it's applying to enemy goblins AND allied goblins. I'll add a note to #103.