diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java index 092aea4bb..76935dd5f 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java @@ -47,7 +47,7 @@ public class Pasty extends Food { public void reset() { super.reset(); switch(Holiday.getCurrentHoliday()){ - case NONE: + case NONE: default: image = ItemSpriteSheet.PASTY; break; case LUNAR_NEW_YEAR: