v0.2.4: WIP graphics for potion bandolier (needs shading)

This commit is contained in:
Evan Debenham 2015-02-23 01:21:36 -05:00
parent 00abba9cef
commit d27adb3ec7
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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.";
}
}