diff --git a/assets/icons.png b/assets/icons.png index b0051ddf9..a96bc702d 100644 Binary files a/assets/icons.png and b/assets/icons.png differ diff --git a/assets/items.png b/assets/items.png index 67550f536..2db6d7fb3 100644 Binary files a/assets/items.png and b/assets/items.png differ diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java index 86b2dc586..9c65194b5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java @@ -29,7 +29,7 @@ public class PotionBandolier extends Bag { @Override public String info() { return - "This thick bandoler fits around your chest like a sash, holding onto your potions for you.\n\n" + - "It is made of warm animal hide, which should protect your potions from the cold."; + "This thick bandolier fits around your chest like a sash, it has many small vials to hold your potions.\n\n" + + "The vials are made of tempered glass, and should be quite resistant to the cold."; } }