mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New disability: Hemophiliac causes mercs to bleed a lot faster, even for tiny wounds
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8217 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7809,6 +7809,7 @@ STR16 gzIMPDisabilityTraitText[]=
|
||||
L"Психопат", //Psychotic
|
||||
L"Глухой",
|
||||
L"Близорукий",
|
||||
L"Hemophiliac", // TODO.Translate
|
||||
L"I.M.P.: Недостатки", //I.M.P. Disabilities
|
||||
};
|
||||
|
||||
@@ -7824,6 +7825,12 @@ STR16 gzIMPDisabilityTraitEmailTextShortSighted[] =
|
||||
L"Это случается, если проводить много времени перед светящимися прямоугольниками. Нужно было есть больше морковок. Вы когда-нибудь видели кролика в очках?",
|
||||
};
|
||||
|
||||
STR16 gzIMPDisabilityTraitEmailTextHemophiliac[] = // TODO.Translate
|
||||
{
|
||||
L"Are you SURE this is the right job for you?",
|
||||
L"As long as you are so good to never ever get hit, or fight only in fully staffed hospitals, you should be fine.",
|
||||
};
|
||||
|
||||
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
|
||||
STR16 gzFacilityErrorMessage[]=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user