From: keni Date: Sun, 6 Mar 2011 16:12:24 +0000 (+0000) Subject: back out test - make sure things work X-Git-Tag: MOVE2GIT~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80088d2d385b7efd896d6548736f2ce4065d9df7;p=nethack back out test - make sure things work --- diff --git a/src/zap.c b/src/zap.c index b59393484..4e641cbae 100644 --- a/src/zap.c +++ b/src/zap.c @@ -2637,7 +2637,7 @@ 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 +#if 1 pline("%s", nothing_happens); #else pline(nothing_happens);