B01014 - chop through

The rest of B01014 was fixed by my fix for B03003.  This fix just
changes the verb as suggested.
This commit is contained in:
cohrs
2002-07-05 17:37:31 +00:00
parent 194e43f882
commit 3a946944a4

View File

@@ -212,7 +212,8 @@ dig()
register struct rm *lev;
register xchar dpx = digging.pos.x, dpy = digging.pos.y;
register boolean ispick = uwep && is_pick(uwep);
const char *verb = (!uwep || is_pick(uwep)) ? "dig into" : "chop";
const char *verb =
(!uwep || is_pick(uwep)) ? "dig into" : "chop through";
lev = &levl[dpx][dpy];
/* perhaps a nymph stole your pick-axe while you were busy digging */