From 650be8525786094e73236c3ca3a0ffb9cc12c754 Mon Sep 17 00:00:00 2001 From: Vatiken Date: Mon, 13 Feb 2012 01:17:36 +0000 Subject: [PATCH] Immortals now have their lvl hidden on the who list like other gods --- src/act.informative.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/act.informative.c b/src/act.informative.c index 9b7de6c..4eaea04 100644 --- a/src/act.informative.c +++ b/src/act.informative.c @@ -1263,7 +1263,7 @@ ACMD(do_who) CCNRM(ch, C_SPR), ((!(++num_can_see % 4)) ? "\r\n" : "")); } else { num_can_see++; - if (GET_LEVEL(tch) >= LVL_GOD) { + if (GET_LEVEL(tch) >= LVL_IMMORT) { send_to_char(ch, "%s%s%s%s%s", (GET_LEVEL(tch) >= LVL_IMMORT ? CCYEL(ch, C_SPR) : ""), GET_NAME(tch), (*GET_TITLE(tch) ? " " : ""), GET_TITLE(tch),