mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
new feature: fixed bayonets (still in need of animation)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6065 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2271,6 +2271,7 @@ enum
|
||||
MSG113_UB,
|
||||
MSG113_UB_BRST,
|
||||
MSG113_UB_AUTO,
|
||||
MSG113_BAYONET,
|
||||
MSG113_SNIPER,
|
||||
MSG113_UNABLETOSPLITMONEY,
|
||||
MSG113_ARRIVINGREROUTED,
|
||||
|
||||
@@ -6169,6 +6169,7 @@ STR16 New113Message[] =
|
||||
L"UB", // INFO: UB = Under Barrel
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"狙击手!",
|
||||
L"已经点选物品,此时无法分钱。",
|
||||
L"新兵的会合地被挪至 %s, 因降落地点 %s 目前由敌人占据。",
|
||||
|
||||
@@ -6174,6 +6174,7 @@ STR16 New113Message[] =
|
||||
L"UB",
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Sniper!",
|
||||
L"Unable to split money due to having an item on your cursor.",
|
||||
L"Arrival of new recruits is being rerouted to sector %s, as scheduled drop-off point of sector %s is enemy occupied.",
|
||||
|
||||
@@ -6169,6 +6169,7 @@ STR16 New113Message[] =
|
||||
L"UB",
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Sniper!",
|
||||
L"Unable to split money due to having an item on your cursor.",
|
||||
L"Arrival of new recruits is being rerouted to sector %s, as scheduled drop-off point of sector %s is enemy occupied.",
|
||||
|
||||
@@ -6165,6 +6165,7 @@ STR16 New113Message[] =
|
||||
L"UB", // TODO.Translate
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Tireur embusqué !",
|
||||
L"Unable to split money due to having an item on your cursor.",
|
||||
L"Arrivée de nouvelles recrues est déroutée au secteur %s, car le point d'arrivée prévu %s est sous contrôle ennemi.",
|
||||
|
||||
@@ -5996,6 +5996,7 @@ STR16 New113Message[] =
|
||||
L"UB",
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Scharfschütze!",
|
||||
L"Geld kann nicht aufgeteilt werden, weil ein Gegenstand am Cursor ist.",
|
||||
L"Ankunft der neuen Söldner wurde in den Sektor %s verlegt, weil der geplante Sektor %s von Feinden belagert ist.",
|
||||
|
||||
@@ -6160,6 +6160,7 @@ STR16 New113Message[] =
|
||||
L"UB",
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Sniper!",
|
||||
L"Unable to split money due to having an item on your cursor.",
|
||||
L"Arrival of new recruits is being rerouted to sector %s, as scheduled drop-off point of sector %s is enemy occupied.",
|
||||
|
||||
@@ -6175,6 +6175,7 @@ STR16 New113Message[] =
|
||||
L"UB", // TODO.Translate
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Snajper!",
|
||||
L"Nie można podzielić pieniędzy z powodu przedmiotu na kursorze.",
|
||||
L"Przybycie nowych rekrutów zostało przekierowane do sektora %s , z uwagi na to, że poprzedni punkt zrzutu w sektorze %s jest zajęty przez wroga.",
|
||||
|
||||
@@ -6167,6 +6167,7 @@ STR16 New113Message[] =
|
||||
L"UB", // TODO.Translate
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Снайпер!",
|
||||
L"Невозможно разделить деньги из-за предмета на курсоре.",
|
||||
L"Точка высадки прибывающих наёмников перенесена в %s, так как запланированное место высадки %s захвачено противником.",
|
||||
|
||||
@@ -6177,6 +6177,7 @@ STR16 New113Message[] =
|
||||
L"UB",
|
||||
L"UBRST",
|
||||
L"UAUTO",
|
||||
L"BAYONET",
|
||||
L"Sniper!",
|
||||
L"Unable to split money due to having an item on your cursor.",
|
||||
L"Arrival of new recruits is being rerouted to sector %s, as scheduled drop-off point of sector %s is enemy occupied.",
|
||||
|
||||
Reference in New Issue
Block a user