mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-10 14:52:34 +01:00
Fixed MEDIT_SEX, typos, socials, and added char_from_furniture check --Rumble
This commit is contained in:
parent
b3f404c29c
commit
f9f356823f
7 changed files with 44 additions and 21 deletions
|
|
@ -2360,7 +2360,7 @@ ACMD(do_whois)
|
|||
|
||||
/* We either have our victim from file or he's playing or function has returned. */
|
||||
sprinttype(GET_SEX(victim), genders, buf, sizeof(buf));
|
||||
send_to_char(ch, "Name: %s %s\r\nSex: %s\r\n", GET_NAME(victim),
|
||||
send_to_char(ch, "Name: %s %s\r\nSex: %s\r\n", GET_NAME(victim),
|
||||
(victim->player.title ? victim->player.title : ""), buf);
|
||||
|
||||
sprinttype (victim->player.chclass, pc_class_types, buf, sizeof(buf));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue