mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- extended item info on tool tip
- new strings for item info in English/German/Russian - German translation updated - screen shots are not overwritten anymore - bug fix: climbing on roof with 'j' caused CTD - reinforcements in Omerta allowed on insane difficulty git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@125 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+11
-3
@@ -1064,13 +1064,21 @@ INT16 gWeaponStatsDesc[][ 14 ] =
|
||||
{
|
||||
L"Weight (%s):",
|
||||
L"Status:",
|
||||
L"Amount:", // Number of bullets left in a magazine
|
||||
L"Amount:", // Number of bullets left in a magazine
|
||||
L"Rng:", // Range
|
||||
L"Dam:", // Damage
|
||||
L"AP:", // abbreviation for Action Points
|
||||
L"",
|
||||
L"=",
|
||||
L"=",
|
||||
//Lal: additional strings for tooltips
|
||||
L"Accuracy:", //9
|
||||
L"Range:", //10
|
||||
L"Damage:", //11
|
||||
L"Weight:", //12
|
||||
L"Stun Damage:",//13
|
||||
|
||||
|
||||
};
|
||||
|
||||
//The headers used for the merc's money.
|
||||
@@ -1294,7 +1302,7 @@ UINT16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
L"Mute",
|
||||
L"Stance Up (|P|g|U|p)",
|
||||
L"Cursor Level (|T|a|b)",
|
||||
L"Climb / Jump",
|
||||
L"Climb / |Jump",
|
||||
L"Stance Down (|P|g|D|n)",
|
||||
L"Examine (|C|t|r|l)",
|
||||
L"Previous Merc",
|
||||
@@ -3639,7 +3647,7 @@ STR16 pMessageStrings[] =
|
||||
L"No room to pass %s to %s.", //pass "item" to "merc". Same instructions as above.
|
||||
|
||||
//A list of attachments appear after the items. Ex: Kevlar vest ( Ceramic Plate 'Attached )'
|
||||
L" Attached )",
|
||||
L" Attached]",
|
||||
|
||||
//Cheat modes
|
||||
L"Cheat level ONE reached",
|
||||
|
||||
Reference in New Issue
Block a user