mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
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:
@@ -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
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user