Added charm descriptor

This commit is contained in:
Collin Smith 2019-03-22 23:38:39 -07:00
parent 73ad05635a
commit 0393745c88

View File

@ -816,6 +816,8 @@ public class Item extends Actor implements Disposable {
if (Item.this.type.is("book")) {
add(new Label(Riiablo.string.lookup("InsertScrolls"), font, Riiablo.colors.white)).center().space(SPACING).row();
} else if (Item.this.type.is("char")) {
add(new Label(Riiablo.string.lookup("ItemExpcharmdesc"), font, Riiablo.colors.white)).center().space(SPACING).row();
}
// TODO: This seems a bit hacky, check and see if this is located somewhere (doesn't look like it)