Fix: Fixed broken translations for some daily quests

This commit is contained in:
Kaeno 2023-03-06 22:00:07 +00:00
parent 66d01c4992
commit 1ba7f0d8de
3 changed files with 29 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "UwUifier",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/mod.js",
"license": "See License file",
"author": "Kaeno",

View File

@ -70,6 +70,18 @@ class Mod {
if (value.includes("{durability}")) {
continue;
}
if (value.includes("{target}")) {
continue;
}
if (value.includes("{kill}")) {
continue;
}
if (value.includes("{Location}")) {
continue;
}
if (value.includes("{exitName}")) {
continue;
}
if (value.includes("CHARACTER")) {
enlocale[localekey] = "CHAWAWCTER ^-^";
continue;

View File

@ -93,6 +93,22 @@ class Mod implements IPostDBLoadMod
{
continue
}
if (value.includes("{target}"))
{
continue
}
if (value.includes("{kill}"))
{
continue
}
if (value.includes("{Location}"))
{
continue
}
if (value.includes("{exitName}"))
{
continue
}
if (value.includes("CHARACTER"))
{
enlocale[localekey] = "CHAWAWCTER ^-^"