]> granicus.if.org Git - nethack/commitdiff
just mess with zap.c to continue debugging postcommit.pl
authorkeni <keni>
Sun, 6 Mar 2011 01:02:13 +0000 (01:02 +0000)
committerkeni <keni>
Sun, 6 Mar 2011 01:02:13 +0000 (01:02 +0000)
src/zap.c

index 45f6b353748c7d911eac8d897d35d8c765190f9a..b5939348496c09c99459988b90771062b77957eb 100644 (file)
--- a/src/zap.c
+++ b/src/zap.c
@@ -2637,7 +2637,11 @@ struct obj *obj; /* wand or spell */
        case SPE_STONE_TO_FLESH:
            if (Is_airlevel(&u.uz) || Is_waterlevel(&u.uz) ||
                     Underwater || (Is_qstart(&u.uz) && u.dz < 0)) {
+#if 0
                pline("%s", nothing_happens);
+#else
+               pline(nothing_happens);
+#endif
            } else if (u.dz < 0) {      /* we should do more... */
                pline("Blood drips on your %s.", body_part(FACE));
            } else if (u.dz > 0 && !OBJ_AT(u.ux, u.uy)) {