mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 18:06:57 +01:00
13 lines
536 B
Plaintext
13 lines
536 B
Plaintext
//Hyperstation, used to help categorize traits
|
|
#define CATEGORY_UNCATEGORIZED "Uncategorized" //Uncategorized quirks always appear last
|
|
#define CATEGORY_ALCOHOL "Alcohol"
|
|
#define CATEGORY_MOODS "Moods"
|
|
#define CATEGORY_MOVEMENT "Movement"
|
|
#define CATEGORY_ITEMS "Items"
|
|
#define CATEGORY_HEALTH "Health"
|
|
#define CATEGORY_FOOD "Food"
|
|
#define CATEGORY_LANGUAGES "Languages"
|
|
#define CATEGORY_BODY "Body Modification"
|
|
#define CATEGORY_GAMEPLAY "Gameplay-Affecting"
|
|
#define CATEGORY_SEXUAL "Sexual" //Can't come up with something less vulgar
|