mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
New (originally very old) feature: merc relations are influenced by appearance/refinement/racism/nationality/sexism. See http://www.bears-pit.com/board/ubbthreads.php/topics/326828.html#Post326828 for more info.
Also includes classes for creation of dropdown menua, see Laptop/DropDown.h. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6510 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2388,6 +2388,33 @@ extern STR16 gszPocketPopupText[];
|
||||
extern STR16 szBackgroundText_Flags[];
|
||||
extern STR16 szBackgroundText_Value[];
|
||||
|
||||
// Flugente: personality
|
||||
enum
|
||||
{
|
||||
PERSONALITYTEXT_YOULOOK,
|
||||
PERSONALITYTEXT_ANDAPPEARANCEIS,
|
||||
PERSONALITYTEXT_IMPORTANTTOYOU,
|
||||
PERSONALITYTEXT_YOUHAVE,
|
||||
PERSONALITYTEXT_ANDCARE,
|
||||
PERSONALITYTEXT_ABOUTTHAT,
|
||||
PERSONALITYTEXT_YOUARE,
|
||||
PERSONALITYTEXT_ADHATEEVERYONE,
|
||||
PERSONALITYTEXT_DOT,
|
||||
PERSONALITYTEXT_RACISTAGAINSTNON,
|
||||
PERSONALITYTEXT_PEOPLE,
|
||||
PERSONALITYTEXT_MAX,
|
||||
};
|
||||
extern STR16 szPersonalityDisplayText[];
|
||||
extern STR16 szRaceText[];
|
||||
extern STR16 szAppearanceText[];
|
||||
extern STR16 szRefinementText[];
|
||||
extern STR16 szNationalityText[];
|
||||
extern STR16 szNationalityText_Special[];
|
||||
extern STR16 szCareLevelText[];
|
||||
extern STR16 szRacistText[];
|
||||
extern STR16 szSexistText[];
|
||||
|
||||
|
||||
// Enumeration support
|
||||
typedef struct Str8EnumLookupType {
|
||||
int value;
|
||||
|
||||
Reference in New Issue
Block a user