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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user