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

@ -1237,6 +1237,7 @@ static void do_stat_character(struct char_data *ch, struct char_data *k)
}
send_to_char(ch, "D-Desc:\r\n %s", k->player.description ? k->player.description : "<None>\r\n");
send_to_char(ch, "Background:\r\n %s", k->player.background ? k->player.background : "<None>\r\n");
if (!IS_NPC(k)) {
char buf1[64], buf2[64];