mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
cleaned up trait name displays
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5980 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+22
-10
@@ -2123,7 +2123,7 @@ STR16 gzMercSkillTextNew[] =
|
||||
{
|
||||
// Major traits
|
||||
L"No Skill", // 0
|
||||
L"Auto Weapons",
|
||||
L"Auto Weapons", // 1
|
||||
L"Heavy Weapons",
|
||||
L"Marksman",
|
||||
L"Hunter",
|
||||
@@ -2131,21 +2131,22 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Hand to Hand",
|
||||
L"Deputy",
|
||||
L"Technician",
|
||||
L"Paramedic",
|
||||
L"Covert Ops", // 10
|
||||
L"Paramedic", // 9
|
||||
// Minor traits
|
||||
L"Ambidextrous",
|
||||
L"Ambidextrous", // 10
|
||||
L"Melee",
|
||||
L"Throwing",
|
||||
L"Night Ops",
|
||||
L"Stealthy", // 15
|
||||
L"Athletics",
|
||||
L"Stealthy",
|
||||
L"Athletics", // 15
|
||||
L"Bodybuilding",
|
||||
L"Demolitions",
|
||||
L"Teaching",
|
||||
L"Scouting", // 20
|
||||
L"Scouting", // 19
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20
|
||||
// second names for major skills
|
||||
L"Machinegunner",
|
||||
L"Machinegunner", // 21
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
@@ -2153,8 +2154,19 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor",
|
||||
L"Spy", // 30
|
||||
L"Doctor", // 20
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40
|
||||
L"More...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user