mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-05 03:47:20 +02:00
Stealth skill update
This commit is contained in:
parent
d7aec2e6c2
commit
06d581b011
10 changed files with 194 additions and 67 deletions
|
|
@ -412,12 +412,12 @@ static void list_one_char(struct char_data *i, struct char_data *ch)
|
|||
|
||||
/* Otherwise, use short description (PC or NPC) if present, else name. */
|
||||
{
|
||||
const char *sdesc = GET_SHORT_DESC(i);
|
||||
const char *sdesc = get_char_sdesc(i);
|
||||
if (sdesc && *sdesc) {
|
||||
/* Capitalize first letter for room list */
|
||||
send_to_char(ch, "%c%s", UPPER(*sdesc), sdesc + 1);
|
||||
} else {
|
||||
send_to_char(ch, "%s", GET_NAME(i));
|
||||
send_to_char(ch, "Someone");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue