follow-up for digcheck_fail_message()

This commit is contained in:
nhmall
2024-07-23 10:51:42 -04:00
parent 906813f0b2
commit 082671ab0d

View File

@@ -284,9 +284,9 @@ digcheck_fail_message(enum digcheck_result digresult, struct monst *madeby,
break;
case DIGCHECK_FAIL_CANTDIG:
case DIGCHECK_FAIL_TOOHARD:
case DIGCHECK_FAIL_UNDESTROYABLETRAP:
pline_The("%s here is too hard to %s.", surface(x, y), verb);
break;
case DIGCHECK_FAIL_UNDESTROYABLETRAP:
case DIGCHECK_FAIL_WATERLEVEL:
pline_The("%s splashes and subsides.", hliquid("water"));
break;