mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- Fix: profile id was used instead of profile's face id
- Fix: squad names were not used correctly - Change: spotter minimum preparation time lowered to 2 turns (was 3) - Change: spotter ct bonus has been doubled - Cahnge: spotter cth bonus now works for rifles and sniper rifles git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7774 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -488,6 +488,8 @@ enum
|
||||
MSG_MERC_CASTS_LIGHT_ON,
|
||||
MSG_MERC_CASTS_LIGHT_OFF,
|
||||
|
||||
MSG_SQUAD_ACTIVE_STRING,
|
||||
|
||||
TEXT_NUM_MSG,
|
||||
};
|
||||
extern STR16 pMessageStrings[];
|
||||
|
||||
@@ -6206,6 +6206,7 @@ STR16 pMessageStrings[] =
|
||||
L"保持佣兵间距关闭",
|
||||
L"虚拟佣兵光照开启",
|
||||
L"虚拟佣兵光照关闭",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -6214,6 +6214,7 @@ STR16 pMessageStrings[] =
|
||||
L"Move in Formation OFF",
|
||||
L"Artificial Merc Light ON", // TODO.Translate
|
||||
L"Artificial Merc Light OFF",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -6205,6 +6205,7 @@ STR16 pMessageStrings[] =
|
||||
L"Move in Formation OFF",
|
||||
L"Artificial Merc Light ON",
|
||||
L"Artificial Merc Light OFF",
|
||||
L"Squad %s active.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -6216,6 +6216,7 @@ STR16 pMessageStrings[] =
|
||||
L"Déplacement tactique désactivé",
|
||||
L"Éclairage du mercenaire activé",
|
||||
L"Éclairage du mercenaire désactivé",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -6051,6 +6051,7 @@ STR16 pMessageStrings[] =
|
||||
L"In Formation bewegen - AUSGESCHALTET",
|
||||
L"Artificial Merc Light ON", // TODO.Translate
|
||||
L"Artificial Merc Light OFF",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
CHAR16 ItemPickupHelpPopup[][40] =
|
||||
|
||||
@@ -6202,6 +6202,7 @@ STR16 pMessageStrings[] =
|
||||
L"Move in Formation OFF",
|
||||
L"Artificial Merc Light ON", // TODO.Translate
|
||||
L"Artificial Merc Light OFF",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -6220,6 +6220,7 @@ STR16 pMessageStrings[] =
|
||||
L"Move in Formation OFF",
|
||||
L"Artificial Merc Light ON", // TODO.Translate
|
||||
L"Artificial Merc Light OFF",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -6202,6 +6202,7 @@ STR16 pMessageStrings[] =
|
||||
L"Движение в обычном порядке",
|
||||
L"Подсветка наемника включена",
|
||||
L"Подсветка наемника отключена",
|
||||
L"Squad %s active.", //TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user