mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-27 22:11:45 +01:00
Immortals now have their lvl hidden on the who list like other gods
This commit is contained in:
@@ -1263,7 +1263,7 @@ ACMD(do_who)
|
|||||||
CCNRM(ch, C_SPR), ((!(++num_can_see % 4)) ? "\r\n" : ""));
|
CCNRM(ch, C_SPR), ((!(++num_can_see % 4)) ? "\r\n" : ""));
|
||||||
} else {
|
} else {
|
||||||
num_can_see++;
|
num_can_see++;
|
||||||
if (GET_LEVEL(tch) >= LVL_GOD) {
|
if (GET_LEVEL(tch) >= LVL_IMMORT) {
|
||||||
send_to_char(ch, "%s%s%s%s%s",
|
send_to_char(ch, "%s%s%s%s%s",
|
||||||
(GET_LEVEL(tch) >= LVL_IMMORT ? CCYEL(ch, C_SPR) : ""),
|
(GET_LEVEL(tch) >= LVL_IMMORT ? CCYEL(ch, C_SPR) : ""),
|
||||||
GET_NAME(tch), (*GET_TITLE(tch) ? " " : ""), GET_TITLE(tch),
|
GET_NAME(tch), (*GET_TITLE(tch) ? " " : ""), GET_TITLE(tch),
|
||||||
|
|||||||
Reference in New Issue
Block a user