v0.3.4: externalized bag strings

This commit is contained in:
Evan Debenham
2016-01-01 22:18:31 -05:00
committed by Evan Debenham
parent 861fa34420
commit f5254365a3
6 changed files with 16 additions and 26 deletions
@@ -41,10 +41,5 @@ public class SeedPouch extends Bag {
public int price() {
return 50;
}
@Override
public String info() {
return
"This small velvet pouch allows you to store any number of seeds in it. Very convenient.";
}
}