fresh-new dynamic items (e.g. pickaxe) can be stacked

This commit is contained in:
Song Minjae
2017-04-25 02:59:59 +09:00
parent a72b6f0d1a
commit ce08b47423
12 changed files with 102 additions and 47 deletions

View File

@@ -114,9 +114,9 @@ object Lang {
// special treatment
if (key.startsWith("MENU_LABEL_PRESS_START_SYMBOL"))
return ret2.replace('>', Terrarum.joypadLabelStart)
return ret2.replace('>', Terrarum.joypadLabelStart).capitalize()
return ret2
return ret2.capitalize()
}
fun pluraliseLang(key: String, count: Int): String {