mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 02:14:32 +07:00
Added charm descriptor
This commit is contained in:
parent
73ad05635a
commit
0393745c88
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user