remove line of unreachable code (trunk only)

This commit is contained in:
nethack.allison
2012-01-21 12:39:03 +00:00
parent 756bd2230f
commit 5163e6dc20

View File

@@ -273,7 +273,6 @@ pick_lock(pick)
if(nohands(youmonst.data)) {
You_cant("hold %s -- you have no hands!", doname(pick));
return PICKLOCK_DID_NOTHING;
return(0);
} else if (u.uswallow) {
You_cant("%sunlock %s.",
#ifdef TOURIST