From: keni Date: Sun, 6 Mar 2011 01:02:13 +0000 (+0000) Subject: just mess with zap.c to continue debugging postcommit.pl X-Git-Tag: MOVE2GIT~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90ca79a593fa75e5c9add887e89c97a59b46a91e;p=nethack just mess with zap.c to continue debugging postcommit.pl --- diff --git a/src/zap.c b/src/zap.c index 45f6b3537..b59393484 100644 --- 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)) {