new and fixed messages

2 fixed messages and 2 new silly messages
This commit is contained in:
keni
2010-01-07 17:51:35 +00:00
parent 011323e877
commit 9ae93d8b71
4 changed files with 8 additions and 3 deletions

View File

@@ -689,7 +689,7 @@ register xchar x, y;
/* life-saving doesn't ordinarily reset this */
if (mtmp->mhp > 0) u.uconduct.killer = save_pacifism;
} else {
pline("%s chokes on the leash!", Monnam(mtmp));
pline("%s is choked by the leash!", Monnam(mtmp));
/* tameness eventually drops to 1 here (never 0) */
if (mtmp->mtame && rn2(mtmp->mtame)) mtmp->mtame--;
}