mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- New Feature: enemy assassins disguise as militia and can ambush player mercs
- Fix: invalid GridNo for mounting weapons git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5753 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7426,11 +7426,11 @@ STR16 szCovertTextStr[]=
|
||||
L"%s 有迷彩油的痕迹!", //L"%s has camo!",
|
||||
L"%s 有不合身份的背包!", //L"%s has a backpack!",
|
||||
L"%s 被发现携带尸体!", //L"%s is seen carrying a corpse!",
|
||||
L"%s's %s is suspicious!",
|
||||
L"%s's %s is considered military hardware!",
|
||||
L"%s's %s is suspicious!",// TODO.Translate
|
||||
L"%s's %s is considered military hardware!",// TODO.Translate
|
||||
L"%s 携带了太多的枪支!", //L"%s carries too many guns!",
|
||||
L"%s's %s is too advanced for an arulcan soldier!",
|
||||
L"%s's %s has too many attachments!",
|
||||
L"%s's %s is too advanced for an arulcan soldier!",// TODO.Translate
|
||||
L"%s's %s has too many attachments!",// TODO.Translate
|
||||
L"%s 被发现有可疑举动!", //L"%s was seen performing suspicious activities!",
|
||||
L"%s 被发现不像个平民!", //L"%s does not look like a civilian!",
|
||||
L"%s 被发现流血不止了!", //L"%s bleeding was discovered!",
|
||||
@@ -7439,7 +7439,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s 不应该出现在这里!", //L"%s isn't supposed to be here!",
|
||||
L"%s 不应该在这个时候出现在这里!", //L"%s isn't supposed to be here at this time!",
|
||||
L"%s 被发现在新鲜尸体旁边行踪诡秘!", //L"%s was seen near a fresh corpse!",
|
||||
L"%s 的装备让人惊疑!", //L"%s equipment raises a few eyebrows!",
|
||||
L"%s is seen targetting %s!", // TODO.Translate
|
||||
L"%s 被发现瞄准了其他士兵!", //L"%s is seen targeting a soldier!",
|
||||
L"%s 被识破了 %s 伪装!", //L"%s has seen through %s disguise!",
|
||||
L"无法找到对应的衣服信息在 Items.xml 中!", //L"No clothes item found in Items.xml!",
|
||||
@@ -7450,7 +7450,7 @@ STR16 szCovertTextStr[]=
|
||||
L"未发现制服!", //L"No uniform found!",
|
||||
L"%s 已伪装成平民", //L"%s is now disguised as a civilian.",
|
||||
L"%s 已伪装成士兵", //L"%s is now disguised as a soldier.",
|
||||
L"%s wears a disorderly uniform!",
|
||||
L"%s wears a disorderly uniform!",// TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
Reference in New Issue
Block a user