v0.2.4: added potion bandolier, refactored logic for bag generation.
This commit is contained in:
@@ -64,7 +64,7 @@ public class WandHolster extends Bag {
|
||||
@Override
|
||||
public String info() {
|
||||
return
|
||||
"This slim holder is made of leather of some exotic animal. " +
|
||||
"It allows to compactly carry up to " + size + " wands.";
|
||||
"This slim holster is made from some exotic animal, and is designed to compactly carry up to " + size + " wands.\n\n" +
|
||||
"The size seems a bit excessive, who would ever have that many wands?";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user