Don't tell a followed person that an invisible immortal stopped following (#33)

This commit is contained in:
srhuston 2017-11-15 18:36:53 -05:00 committed by wyld-sw
parent 38cdaf535d
commit 045e7fa515

View file

@ -535,7 +535,8 @@ void stop_follower(struct char_data *ch)
} else {
act("You stop following $N.", FALSE, ch, 0, ch->master, TO_CHAR);
act("$n stops following $N.", TRUE, ch, 0, ch->master, TO_NOTVICT);
act("$n stops following you.", TRUE, ch, 0, ch->master, TO_VICT);
if (CAN_SEE(ch->master, ch))
act("$n stops following you.", TRUE, ch, 0, ch->master, TO_VICT);
}
if (ch->master->followers->follower == ch) { /* Head of follower-list? */