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

remove curse cancelation rare case #1694

Closed kilsw1ch closed 1 month ago

kilsw1ch commented 1 month ago

when there is nothing in a player's inventory that is cursed/unidentified and you read a remove curse(lets say accidentaly) it gets wasted in a sense that there's no use of it. i think a one time cancelation should be allowed mostly cuz players are trying to read unidentified scrolls to identify them. tho keeping it as is makes it more grim which is good

00-Evan commented 1 month ago

If you read the scroll and it was identified, you would be able to cancel it, but it's intentional that you can't choose to cancel a scroll you haven't identified yet, as otherwise you would get to identify it for free.