U638 Juiblex's "moat"
> NetHack feedback form submitted by > <email deleted> > on Tuesday, September 9, 2003 at 06:41:34 > Hi, Just thought I'd point out a sort of inappropriate word > choice or typo that I came across in Juiblex's Swamp. I got this > message, after pushing a boulder into the swamp: There is a large > splash as the boulder falls into the moat. Obviously it's a swamp > and not a moat so that sounds a bit wrong. It says the same sort > of thing when I #dip a scroll in the swamp as well.
This commit is contained in:
@@ -1542,7 +1542,7 @@ dodip()
|
||||
return(1);
|
||||
}
|
||||
} else if (is_pool(u.ux,u.uy)) {
|
||||
tmp = (here == POOL) ? "pool" : "moat";
|
||||
tmp = waterbody_name(u.ux,u.uy);
|
||||
Sprintf(qbuf, "Dip it into the %s?", tmp);
|
||||
if (yn(qbuf) == 'y') {
|
||||
if (Levitation) {
|
||||
|
||||
Reference in New Issue
Block a user