mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
feature improvement: stealing items from a soldier while disguised has a chance to be discovered even in turnbased.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5943 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -688,6 +688,7 @@ enum
|
||||
STR_COVERT_UNCOVER_SINGLE,
|
||||
STR_COVERT_TEST_OK,
|
||||
STR_COVERT_TEST_FAIL,
|
||||
STR_COVERT_STEAL_FAIL,
|
||||
TEXT_NUM_COVERT_STR
|
||||
};
|
||||
|
||||
|
||||
@@ -7492,6 +7492,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7489,6 +7489,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7478,6 +7478,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7473,6 +7473,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7301,6 +7301,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s wurde enttarnt!",
|
||||
L"%s's Verkleidung sollte überzeugen",
|
||||
L"%s's Verkleidung wird auffliegen!",
|
||||
L"%s wurde beim Stehlen erwischt!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7475,6 +7475,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7496,6 +7496,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7477,6 +7477,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
@@ -7493,6 +7493,7 @@ STR16 szCovertTextStr[]=
|
||||
L"%s was uncovered!",
|
||||
L"%s's disguise seems to be ok...",
|
||||
L"%s's disguise will not hold.",
|
||||
L"%s was caught stealing!",
|
||||
};
|
||||
|
||||
STR16 szCorpseTextStr[]=
|
||||
|
||||
Reference in New Issue
Block a user