From 90ca79a593fa75e5c9add887e89c97a59b46a91e Mon Sep 17 00:00:00 2001 From: keni Date: Sun, 6 Mar 2011 01:02:13 +0000 Subject: [PATCH] just mess with zap.c to continue debugging postcommit.pl --- src/zap.c | 4 ++++ 1 file changed, 4 insertions(+) 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)) { -- 2.50.1