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

Empowering Meal and Strengthening Meal #1699

Closed Lyx0527 closed 1 month ago

Lyx0527 commented 1 month ago

If a zap or an attack deals damage more than one time, buff(zaps remaining) will consume quickly.

00-Evan commented 1 month ago

Do you mean in cases where an attack damages multiple enemies at once, or one enemy multiple times?

Lyx0527 commented 1 month ago

Yes, such as fireblast and lash with whip. In fact, I did not notice the latter situation, but it does not fully comply with Desc.

00-Evan commented 1 month ago

I've decided to keep the functionality as-is, but will adjust wording for better clarity.

00-Evan commented 1 month ago

Fixed in commit be01f3fdfe2f3ca409a8a4a88ae0f1d34c820dd0