v0.3.4: improved how pre-0.3.4 rankings are handled
This commit is contained in:
committed by
Evan Debenham
parent
0b43873d65
commit
a2d6a7bda5
@@ -153,7 +153,7 @@ public class Messages {
|
||||
private static final HashSet<String> noCaps = new HashSet<>(
|
||||
Arrays.asList(new String[]{
|
||||
//English
|
||||
"a", "of", "by", "to",
|
||||
"a", "of", "by", "to", "the"
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
@@ -84,3 +84,5 @@ journal$feature.ghost=Sad ghost
|
||||
journal$feature.wandmaker=Old wandmaker
|
||||
journal$feature.troll=Troll blacksmith
|
||||
journal$feature.imp=Ambitious imp
|
||||
|
||||
rankings$record.something=Killed by Something
|
||||
Reference in New Issue
Block a user