Prevent leash showing unseen monster as "it"

This commit is contained in:
Pasi Kallinen
2018-09-22 15:55:26 +03:00
parent 8e4ce066c9
commit 39d10d96df
2 changed files with 2 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ polymorph zap which creates a new long worm (or retains an old one via wizard
wishing for "orange" could yield orange or orange colored gem/potion/spellbook
a sleeping or paralyzed mon would be frightened by its reflection when
applying a mirror
prevent leash showing unseen monster as "attached to it"
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository

View File

@@ -1052,7 +1052,7 @@ unsigned doname_flags;
obj->leashmon = 0;
} else {
Sprintf(eos(bp), " (attached to %s)",
a_monnam(mlsh));
noit_mon_nam(mlsh));
}
break;
}