mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Added more operation names
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8205 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+57
-5
@@ -9381,7 +9381,7 @@ STR16 szCampaignStatsOperationPrefix[] =
|
||||
|
||||
L"Its best to Avoid Our %s",
|
||||
L"Fear the %s",
|
||||
L"All Hail the %s!",
|
||||
L"All Hail %s!",
|
||||
L"Protect the %s",
|
||||
|
||||
L"Beware the %s",
|
||||
@@ -9427,7 +9427,7 @@ STR16 szCampaignStatsOperationPrefix[] =
|
||||
|
||||
// 80
|
||||
L"Inferior %s",
|
||||
L"Okay-ish %s",
|
||||
L"Okayish %s",
|
||||
L"Porn-consuming %s",
|
||||
L"Poisoned %s",
|
||||
|
||||
@@ -9478,6 +9478,32 @@ STR16 szCampaignStatsOperationPrefix[] =
|
||||
L"Midnight %s",
|
||||
|
||||
// 120
|
||||
L"Confused %s",
|
||||
L"Irritated %s",
|
||||
L"Loathsome %s",
|
||||
L"Manic %s",
|
||||
|
||||
L"Ancient %s",
|
||||
L"Sneaking %s",
|
||||
L"%s of Doom",
|
||||
L"%s's revenge",
|
||||
|
||||
L"A %s on the run",
|
||||
L"A %s out of time",
|
||||
L"One with %s",
|
||||
L"%s from hell",
|
||||
|
||||
L"Super-%s",
|
||||
L"Ultra-%s",
|
||||
L"Mega-%s",
|
||||
L"Giga-%s",
|
||||
|
||||
L"A quantum of %s",
|
||||
L"Her Majesties' %s",
|
||||
L"Shivering %s",
|
||||
L"Fearful %s",
|
||||
|
||||
// 140
|
||||
};
|
||||
|
||||
STR16 szCampaignStatsOperationSuffix[] =
|
||||
@@ -9633,11 +9659,37 @@ STR16 szCampaignStatsOperationSuffix[] =
|
||||
L"Nurse",
|
||||
|
||||
L"Nun",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"Space Ghost",
|
||||
L"Viper",
|
||||
L"Mamba",
|
||||
|
||||
// 120
|
||||
L"Sinner",
|
||||
L"Saint",
|
||||
L"Comet",
|
||||
L"Meteor",
|
||||
|
||||
L"Can of worms",
|
||||
L"Fish oil pills",
|
||||
L"Breastmilk",
|
||||
L"Tentacle",
|
||||
|
||||
L"Insanity",
|
||||
L"Madness",
|
||||
L"Cough reflex",
|
||||
L"Colon",
|
||||
|
||||
L"King",
|
||||
L"Queen",
|
||||
L"Bishop",
|
||||
L"Peasant",
|
||||
|
||||
L"Tower",
|
||||
L"Mansion",
|
||||
L"Warhorse",
|
||||
L"Referee",
|
||||
|
||||
// 140
|
||||
};
|
||||
|
||||
STR16 szMercCompareWebSite[] =
|
||||
|
||||
Reference in New Issue
Block a user