diff --git a/core/src/main/assets/messages/items/items.properties b/core/src/main/assets/messages/items/items.properties index 2d98a91d9..8eee950fa 100644 --- a/core/src/main/assets/messages/items/items.properties +++ b/core/src/main/assets/messages/items/items.properties @@ -583,7 +583,7 @@ items.food.pasty.cane_name=candy cane items.food.pasty.desc=An authentic Cornish pasty with a traditional filling of beef and potato. Delicious! items.food.pasty.fish_desc=A whole steamed fish, magically preserved on a bed of greens. It's tradition to save some fish for later around this time of year, so you'll keep some leftovers instead of eating it all at once.\n\nHappy Lunar New Year! items.food.pasty.amulet_desc=You've finally found it, the magical amulet of - wait a minute, this is just a foil-wrapped chocolate made to look like the amulet! It won't grant you limitless power, but at least it'll fill you up and give you a little artifact charge.\n\nApril Fools! -items.food.pasty.egg_desc=A great big chocolate egg, wrapped in colorful foil. There's easily enough chocolate here to fill you up, and the suger might give your artifacts a tiny bit of extra charge.\n\nHappy Easter! +items.food.pasty.egg_desc=A great big chocolate egg, wrapped in colorful yellow foil. There's easily enough chocolate here to fill you up, and the suger might give your artifacts a tiny bit of extra charge.\n\nHappy Easter! items.food.pasty.pie_desc=A great big slice of pumpkin pie. Its sweet and spicy flavor will fill you up and give you a tiny bit of healing.\n\nHappy Halloween! items.food.pasty.cane_desc=A huge sugary sweet candy cane. It's big enough to fill you up, and the sugar might give your wands a tiny bit of extra charge too.\n\nHappy Holidays! items.food.pasty$fishleftover.name=fish leftovers diff --git a/core/src/main/assets/sprites/items.png b/core/src/main/assets/sprites/items.png index 2d7680282..7ea959e0b 100644 Binary files a/core/src/main/assets/sprites/items.png and b/core/src/main/assets/sprites/items.png differ diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java index b3e603b2e..0c71776f3 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java @@ -686,7 +686,7 @@ public class ItemSpriteSheet { assignItemRect(STEAMED_FISH, 16, 12); assignItemRect(FISH_LEFTOVER, 16, 12); assignItemRect(CHOC_AMULET, 16, 16); - assignItemRect(EASTER_EGG, 14, 16); + assignItemRect(EASTER_EGG, 12, 14); assignItemRect(RAINBOW_POTION, 12, 14); assignItemRect(SHATTERED_CAKE, 15, 11); assignItemRect(PUMPKIN_PIE, 16, 12);