mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
- Stat losses are now displayed in the laptop
- Breath regeneration through sleep is now displayed in a tooltip - If NOTIFY_IF_SLEEP_FAILS is set to FALSE, there is no popup box is ordering a merc to sleep fails git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7884 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1853,6 +1853,8 @@ enum
|
||||
|
||||
STR_AR_TANK_NAME,
|
||||
|
||||
STR_BREATH_REGEN_SLEEP,
|
||||
|
||||
TEXT_NUM_STRATEGIC_TEXT
|
||||
};
|
||||
|
||||
|
||||
@@ -2851,6 +2851,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2848,6 +2848,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2851,6 +2851,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2857,6 +2857,8 @@ STR16 gpStrategicString[] =
|
||||
L"La salle d'opérations n'est pas ouverte... Le mouvement de la milice a avorté !",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME, // TODO.Translate
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2860,6 +2860,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Panzer", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2844,6 +2844,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2859,6 +2859,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
@@ -2849,6 +2849,8 @@ STR16 gpStrategicString[] =
|
||||
L"War room isn't staffed - militia move aborted!",
|
||||
|
||||
L"Tank", //STR_AR_TANK_NAME,
|
||||
|
||||
L"\nBreath regeneration per hour: %d", // STR_BREATH_REGEN_SLEEP
|
||||
};
|
||||
|
||||
STR16 gpGameClockString[] =
|
||||
|
||||
Reference in New Issue
Block a user