mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
M.E.R.C Optional Gear (by Buggler)
- Added MERC optional gear purchase - Adopted Tais' gear cost format as previously gear cost uses MercProfiles.xml 'optional gear cost' value if hire without pressing any 'gear kit' button - Added condition to settle bills first before hiring same merc from MERC - Added MERC starting gear hotkey - Fix for AIM starting gear hotkey when using old inventory - Removed unused variable in fresh_header.h git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5780 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4202,11 +4202,15 @@ STR16 MercInfo[] =
|
||||
L"主页", //"Home",
|
||||
L"已雇佣", //"Hired",
|
||||
L"日薪: ", //"Salary:",
|
||||
L"每日", //"Per Day",
|
||||
L"每日", //"per Day",
|
||||
L"可选装备: ", //"Optional Gear:",
|
||||
L"合计: ", //"Total:",
|
||||
L"阵亡", //"Deceased",
|
||||
|
||||
L"看起来你雇佣了太多的佣兵。最多只能雇18人。", //"Looks like you're trying to hire too many mercs. Your limit is 18.",
|
||||
L"购买装备?", //"Buy Equipment?",
|
||||
L"不可雇佣", //"Unavailable",
|
||||
L"Unsettled Bills", //TODO.Translate
|
||||
L"生平", //L"Bio",
|
||||
L"物品", //L"Inv",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user