watabou / pixel-dungeon

Traditional roguelike game with pixel-art graphics and simple interface
GNU General Public License v3.0
3.59k stars 1.2k forks source link

Scroll of Wipe Out and Shopkeeper #68

Closed andrii-rieznik closed 5 years ago

andrii-rieznik commented 8 years ago

If scroll of wipe out used outside shop the shopkeeper dies and we can take a free loot. I think it's cheat. If not just close this issue.

pixel-dungeon/src/com/watabou/pixeldungeon/items/scrolls/ScrollOfWipeOut.java: add if (!Bestiary.isBoss( mob | mob.name != "shopkeeper")) { instead: if (!Bestiary.isBoss( mob )) { 89 line

codepants commented 8 years ago

after some time i find this the biggest incentive getting wipeout in the 1st place1