some "it" avoidance in killer names

<Someone> reported a couple cases where "it" could show up in killer names.
Chose his suggested fixes which result in short killer names.
This commit is contained in:
cohrs
2003-08-06 04:59:51 +00:00
parent 7dd569f3f1
commit eddeb5a727
3 changed files with 4 additions and 3 deletions

View File

@@ -1208,7 +1208,7 @@ dopois:
killer_format = KILLED_BY_AN;
Sprintf(buf, "%s by %s",
moat ? "moat" : "pool of water",
a_monnam(mtmp));
an(mtmp->data->mname));
killer = buf;
done(DROWNING);
} else if(mattk->aatyp == AT_HUGS)