Background addition

This commit is contained in:
kinther 2025-12-14 14:26:09 -08:00
parent 2e1d7816f6
commit 4f2e68a369
13 changed files with 202 additions and 41 deletions

View file

@ -258,38 +258,39 @@ extern const char *nrm, *grn, *cyn, *yel;
#define MEDIT_S_DESC 3
#define MEDIT_L_DESC 4
#define MEDIT_D_DESC 5
#define MEDIT_NPC_FLAGS 6
#define MEDIT_AFF_FLAGS 7
#define MEDIT_CONFIRM_SAVESTRING 8
#define MEDIT_STATS_MENU 9
#define MEDIT_SKILL_MENU 10
#define MEDIT_SKILL_EDIT 11
#define MEDIT_BACKGROUND 6
#define MEDIT_NPC_FLAGS 7
#define MEDIT_AFF_FLAGS 8
#define MEDIT_CONFIRM_SAVESTRING 9
#define MEDIT_STATS_MENU 10
#define MEDIT_SKILL_MENU 11
#define MEDIT_SKILL_EDIT 12
/* Numerical responses. */
#define MEDIT_NUMERICAL_RESPONSE 12
#define MEDIT_SEX 13
#define MEDIT_NUM_HP_DICE 14
#define MEDIT_SIZE_HP_DICE 15
#define MEDIT_ADD_HP 16
#define MEDIT_POS 17
#define MEDIT_DEFAULT_POS 18
#define MEDIT_ATTACK 19
#define MEDIT_LEVEL 20
#define MEDIT_ALIGNMENT 21
#define MEDIT_DELETE 22
#define MEDIT_COPY 23
#define MEDIT_STR 24
#define MEDIT_INT 25
#define MEDIT_WIS 26
#define MEDIT_DEX 27
#define MEDIT_CON 28
#define MEDIT_CHA 29
#define MEDIT_SAVE_STR 30
#define MEDIT_SAVE_DEX 31
#define MEDIT_SAVE_CON 32
#define MEDIT_SAVE_INT 33
#define MEDIT_SAVE_WIS 34
#define MEDIT_SAVE_CHA 35
#define MEDIT_NUMERICAL_RESPONSE 13
#define MEDIT_SEX 14
#define MEDIT_NUM_HP_DICE 15
#define MEDIT_SIZE_HP_DICE 16
#define MEDIT_ADD_HP 17
#define MEDIT_POS 18
#define MEDIT_DEFAULT_POS 19
#define MEDIT_ATTACK 20
#define MEDIT_LEVEL 21
#define MEDIT_ALIGNMENT 22
#define MEDIT_DELETE 23
#define MEDIT_COPY 24
#define MEDIT_STR 25
#define MEDIT_INT 26
#define MEDIT_WIS 27
#define MEDIT_DEX 28
#define MEDIT_CON 29
#define MEDIT_CHA 30
#define MEDIT_SAVE_STR 31
#define MEDIT_SAVE_DEX 32
#define MEDIT_SAVE_CON 33
#define MEDIT_SAVE_INT 34
#define MEDIT_SAVE_WIS 35
#define MEDIT_SAVE_CHA 36
/* Submodes of SEDIT connectedness. */
#define SEDIT_MAIN_MENU 0