Display special offer for 1st M.E.R.C. inv kit in UB

* Use weekly instead of daily salary for total cost calculation
This commit is contained in:
Asdow
2025-04-26 00:37:38 +03:00
parent 5062ae74f2
commit a3e7ce5794
10 changed files with 42 additions and 7 deletions
+1
View File
@@ -5478,6 +5478,7 @@ STR16 MercInfo[] =
L"未结账单", //L"Unsettled Bills",
L"生平", //L"Bio",
L"物品", //L"Inv",
L"Special Offer!",
};
+1
View File
@@ -5481,6 +5481,7 @@ STR16 MercInfo[] =
L"Unsettled Bills", // TODO.Translate
L"Bio", // TODO.Translate
L"Inv",
L"Special Offer!",
};
+1
View File
@@ -5478,6 +5478,7 @@ STR16 MercInfo[] =
L"Unsettled Bills",
L"Bio",
L"Inv",
L"Special Offer!",
};
+1
View File
@@ -5485,6 +5485,7 @@ STR16 MercInfo[] =
L"Payez sa solde",
L"Biographie",
L"Inventaire",
L"Special Offer!",
};
+1
View File
@@ -5429,6 +5429,7 @@ STR16 MercInfo[] =
L"Offene Beträge",
L"Bio",
L"Inv",
L"Special Offer!",
};
// For use at the M.E.R.C. web site. Text relating to opening an account with MERC
+1
View File
@@ -5468,6 +5468,7 @@ STR16 MercInfo[] =
L"Unsettled Bills", // TODO.Translate
L"Bio", // TODO.Translate
L"Inv",
L"Special Offer!",
};
+1
View File
@@ -5481,6 +5481,7 @@ STR16 MercInfo[] =
L"Unsettled Bills", // TODO.Translate
L"Bio", // TODO.Translate
L"Inv",
L"Special Offer!",
};
+1
View File
@@ -5474,6 +5474,7 @@ STR16 MercInfo[] =
L"Неоплаченные счета",
L"Информация",
L"Снаряжение",
L"Special Offer!",
};
+1
View File
@@ -1262,6 +1262,7 @@ enum
MERC_FILES_MERC_OUTSTANDING,
MERC_FILES_BIO, //JMich_MMG: Adding two new texts for the small button, assuming we manage to add a silhouette with the gear, add it after this.
MERC_FILES_INVENTORY,
MERC_FILES_SPECIAL_OFFER,
TEXT_NUM_MERC_FILES,
};
extern STR16 MercInfo[];