00-Evan / shattered-pixel-dungeon

Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
https://shatteredpixel.com/shatteredpd/
GNU General Public License v3.0
4.46k stars 1.04k forks source link

Eye of Newt does not allow auto targeting of detected enemies #1703

Closed Geoffevans42 closed 1 month ago

Geoffevans42 commented 1 month ago

Hey, so I'm doing a battlemage run with +3 Eye of Newt as a trinket, and I've discovered that if it allows me to detect an enemy with mind vision, the enemy is not targeted by my staff if I select it.

Also, it might be cool to make the mind vision work like the potion, allowing you to see secret areas. Kind of useless as it stands.

00-Evan commented 1 month ago

auto targeting generally does not trigger for mind vision enemies, to prevent performance issues caused by the game constantly trying to target enemies behind walls.