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

@@ -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;
}