- bugfix: Enemies do not wear NVGs at night

- add: Missing option screen text for "Random I.M.P personality"

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@541 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2006-09-20 09:23:48 +00:00
parent 860caec123
commit 67663339a3
10 changed files with 42 additions and 5 deletions
+2 -1
View File
@@ -3442,6 +3442,7 @@ STR16 zOptionsToggleText[] =
L"Show Weapon Ranges in Tiles",
L"Tracer effect for single shot",
L"Rain noises",
L"Random I.M.P personality",
};
//This is the help text associated with the above toggles.
@@ -3517,7 +3518,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, weapon ranges will be shown in tiles.",
L"When ON, tracer effect will be shown for single shots.",
L"When ON, you will hear rain noises when it is raining.",
L"When ON, I.M.P characters will get random personality and attitude.",
};