mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-04 16:38:49 +01:00
Don't tell a followed person that an invisible immortal stopped following (#33)
This commit is contained in:
parent
38cdaf535d
commit
045e7fa515
1 changed files with 2 additions and 1 deletions
|
|
@ -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? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue