mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
MeLoDy Updates
- Increased horizontal table column width to fit longer merc names - Externalized header texts git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7990 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -8589,6 +8589,36 @@ STR16 gzMapInventoryFilterOptions[] =
|
||||
L"Hide all",
|
||||
};
|
||||
|
||||
// MercCompare (MeLoDy)
|
||||
// TODO.Translate
|
||||
STR16 gzMercCompare[] =
|
||||
{
|
||||
L"???",
|
||||
L"Base opinion:",
|
||||
|
||||
L"Dislikes %s %s",
|
||||
L"Likes %s %s",
|
||||
|
||||
L"Strongly hates %s",
|
||||
L"Hates %s", // 5
|
||||
|
||||
L"Deep racism against %s",
|
||||
L"Racism against %s",
|
||||
|
||||
L"Cares deeply about looks",
|
||||
L"Cares about looks",
|
||||
|
||||
L"Very sexist", // 10
|
||||
L"Sexist",
|
||||
|
||||
L"Dislikes other background",
|
||||
L"Dislikes other backgrounds",
|
||||
|
||||
L"Past grievances",
|
||||
L"____", // 15
|
||||
L"/",
|
||||
};
|
||||
|
||||
// Flugente: Temperature-based text similar to HAM 4's condition-based text.
|
||||
STR16 gTemperatureDesc[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user