mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-17 14:45:28 +01:00
Minor updates. --Rumble
This commit is contained in:
parent
bf0539a425
commit
231a1a2dcd
3 changed files with 3 additions and 3 deletions
|
|
@ -1960,7 +1960,7 @@ static void perform_immort_invis(struct char_data *ch, int level)
|
|||
struct char_data *tch;
|
||||
|
||||
for (tch = world[IN_ROOM(ch)].people; tch; tch = tch->next_in_room) {
|
||||
if (tch == ch)
|
||||
if (tch == ch || IS_NPC(tch))
|
||||
continue;
|
||||
if (GET_ADMLEVEL(tch) >= GET_INVIS_LEV(ch) && GET_ADMLEVEL(tch) < level)
|
||||
act("You blink and suddenly realize that $n is gone.", FALSE, ch, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue