A book is a book is a book

This commit is contained in:
WayofTime 2015-01-30 09:29:22 -05:00
parent 5b4d4ff498
commit ae1b86def2
17 changed files with 1162 additions and 41 deletions

View file

@ -39,7 +39,7 @@ public class EntryItemText implements IEntry{
if(this.entryName == null)
this.entryName = key;
String s = StatCollector.translateToLocal("bu.entry." + this.entryName + "." + page);
String s = StatCollector.translateToLocal("aw.entry." + this.entryName + "." + page);
x = left + width / 2 - 58;
y = (top + 15);

View file

@ -39,6 +39,7 @@ public class EntryRegistry
public static HashMap<Category, Integer> maxEntries = new HashMap<Category, Integer>();
public static HashMap<String, Entry> architect = new HashMap<String, Entry>();
public static HashMap<String, Entry> basics = new HashMap<String, Entry>();
public static HashMap<String, Entry> rituals = new HashMap<String, Entry>();
public static HashMap<String, Entry> bloodUtils = new HashMap<String, Entry>();