EDB now displays the spread pattern of shotguns on the description tab.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7859 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
silversurfer
2015-05-13 20:10:08 +00:00
parent 33e5443cb7
commit 51dcf322aa
12 changed files with 55 additions and 30 deletions
+2 -1
View File
@@ -2877,7 +2877,7 @@ STR16 sKeyDescriptionStrings[2] =
//The headers used to describe various weapon statistics.
CHAR16 gWeaponStatsDesc[][ 19 ] =
CHAR16 gWeaponStatsDesc[][ 20 ] =
{
// HEADROCK: Changed this for Extended Description project
L"Stan:",
@@ -2903,6 +2903,7 @@ CHAR16 gWeaponStatsDesc[][ 19 ] =
L"Domyślne:", //17 //WarmSteel - So we can also display default attachments
L"Dirt:", // 18 //added by Flugente // TODO.Translate
L"Space:", // 19 //space left on Molle items // TODO.Translate
L"Spread Pattern:", // 20 // TODO.Translate
};