]> granicus.if.org Git - nethack/commitdiff
fix a shade grammar bit
authornethack.allison <nethack.allison>
Tue, 21 Jan 2003 13:06:41 +0000 (13:06 +0000)
committernethack.allison <nethack.allison>
Tue, 21 Jan 2003 13:06:41 +0000 (13:06 +0000)
src/uhitm.c

index 442233c8b2e02e62403bcc234c1070a042a8c834..3ed1961f21a60edcae78d393b5b5f455f1756fd6 100644 (file)
@@ -909,8 +909,9 @@ int thrown;
            tmp = 0;
            if (mdat == &mons[PM_SHADE]) {
                if (!hittxt) {
-                   Your("%s passes harmlessly through %s.",
-                       unconventional[0] ? unconventional : "attack",
+                   char *what = unconventional[0] ? unconventional : "attack";
+                   Your("%s %s harmlessly through %s.",
+                       what, vtense(what, "pass"),
                        mon_nam(mon));
                    hittxt = TRUE;
                }