Whoops, forgot EtherealSlates

This commit is contained in:
Nick 2015-12-02 16:28:07 -08:00
parent 96d94721c4
commit 42d6c4b59b
5 changed files with 10 additions and 2 deletions

View file

@ -15,7 +15,7 @@ import java.util.List;
public class ItemSlate extends Item {
public String[] names = { "blank", "reinforced", "imbued", "demonic" };
public String[] names = { "blank", "reinforced", "imbued", "demonic", "ethereal" };
public ItemSlate() {
super();