mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Forbid time compression if hostile civilians or bloodcats are in the sector. Otherwise all travelling squads are delayed over and over again.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6324 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -6104,6 +6104,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s多打了1发子弹!", //"%s fires %d more round than intended!",
|
||||
|
||||
L"你得先关闭物品信息界面!",
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
// HEADROCK HAM 3.5: Added sector name
|
||||
|
||||
@@ -6111,6 +6111,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s fires one more round than intended!",
|
||||
|
||||
L"You need to close the item description box first!", // TODO.Translate
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
|
||||
@@ -6104,6 +6104,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s fires one more round than intended!",
|
||||
|
||||
L"You need to close the item description box first!",
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65
|
||||
};
|
||||
|
||||
// HEADROCK HAM 3.5: Added sector name
|
||||
|
||||
@@ -6102,6 +6102,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s tire 1 fois de plus que prévu !",
|
||||
|
||||
L"You need to close the item description box first!", // TODO.Translate
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
|
||||
@@ -5933,6 +5933,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s feuert einen Schuss mehr als beabsichtigt!",
|
||||
|
||||
L"Sie müssen zuerst das Gegenstandsbeschreibungsfenster schließen!",
|
||||
|
||||
L"Zeitraffer kann nicht betätigt werden - Feindliche Zivilisten/Bloodcats sind im Sektor.", // 65
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
|
||||
@@ -6097,6 +6097,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s fires one more round than intended!",
|
||||
|
||||
L"You need to close the item description box first!", // TODO.Translate
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
|
||||
@@ -6112,6 +6112,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s wystrzelił(a) 1 pocisk(ów) więcej niż to było zamierzone!",
|
||||
|
||||
L"You need to close the item description box first!", // TODO.Translate
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
|
||||
@@ -6103,6 +6103,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s выпустил на одну пулю больше!",
|
||||
|
||||
L"Сперва закрой описание предмета!",
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
// HEADROCK HAM 3.5: Added sector name
|
||||
|
||||
@@ -6114,6 +6114,8 @@ STR16 gzLateLocalizedString[] =
|
||||
L"%s fires one more round than intended!",
|
||||
|
||||
L"You need to close the item description box first!", // TODO.Translate
|
||||
|
||||
L"Cannot compress time - hostile civilians and/or bloodcats are in this sector.", // 65 // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
|
||||
Reference in New Issue
Block a user