mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Update act.informative.c
This commit is contained in:
parent
2d69e438ec
commit
a61c2c6c60
1 changed files with 2 additions and 1 deletions
|
@ -828,7 +828,8 @@ ACMD(do_score)
|
|||
send_to_char(ch, "and you are not on a quest at the moment.\r\n");
|
||||
else
|
||||
{
|
||||
send_to_char(ch, "and your current quest is %s", QST_DESC(real_quest(GET_QUEST(ch))));
|
||||
send_to_char(ch, "and your current quest is: %s", QST_NAME(real_quest(GET_QUEST(ch))));
|
||||
|
||||
if (!IS_NPC(ch) && PRF_FLAGGED(ch, PRF_SHOWVNUMS))
|
||||
send_to_char(ch, " [%d]\r\n", GET_QUEST(ch));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue