Update act.informative.c
This commit is contained in:
@@ -828,7 +828,8 @@ ACMD(do_score)
|
|||||||
send_to_char(ch, "and you are not on a quest at the moment.\r\n");
|
send_to_char(ch, "and you are not on a quest at the moment.\r\n");
|
||||||
else
|
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))
|
if (!IS_NPC(ch) && PRF_FLAGGED(ch, PRF_SHOWVNUMS))
|
||||||
send_to_char(ch, " [%d]\r\n", GET_QUEST(ch));
|
send_to_char(ch, " [%d]\r\n", GET_QUEST(ch));
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user