mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-25 21:56:33 +01:00
Background addition
This commit is contained in:
parent
2e1d7816f6
commit
4f2e68a369
13 changed files with 202 additions and 41 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue