U556: another typo

Or perhaps it's translating miao from Italian to English.
This commit is contained in:
cohrs
2003-07-29 21:38:42 +00:00
parent 9804e1a591
commit 7685a2a8cb
+1 -1
View File
@@ -561,7 +561,7 @@ register struct monst *mtmp;
mtmp->mtame < 5) mtmp->mtame < 5)
pline_msg = "yowls."; pline_msg = "yowls.";
else if (moves > EDOG(mtmp)->hungrytime) else if (moves > EDOG(mtmp)->hungrytime)
pline_msg = "miaos."; pline_msg = "meows.";
else if (EDOG(mtmp)->hungrytime > moves + 1000) else if (EDOG(mtmp)->hungrytime > moves + 1000)
pline_msg = "purrs."; pline_msg = "purrs.";
else else