v0.3.4: externalized food strings

This commit is contained in:
Evan Debenham
2016-01-01 22:07:20 -05:00
committed by Evan Debenham
parent c1aca208b4
commit 861fa34420
9 changed files with 102 additions and 231 deletions
@@ -379,7 +379,7 @@ public class Item implements Bundlable {
}
public String desc() {
return "";
return Messages.get(this, "desc");
}
public int quantity() {