diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java index aca2b1723..471a0f409 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java @@ -57,6 +57,8 @@ public class Dewdrop extends Item { hero.HP += effect; hero.sprite.emitter().burst( Speck.factory( Speck.HEALING ), 1 ); hero.sprite.showStatus( CharSprite.POSITIVE, TXT_VALUE, effect ); + } else { + return false; } } else if (vial != null) {