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

@@ -415,7 +415,7 @@ dodrink()
/* Or are you surrounded by water? */
if (Underwater && !u.uswallow) {
if (yn("Drink the water around you?") == 'y') {
pline("Do you know what lives in this water!");
pline("Do you know what lives in this water?");
return 1;
}
}