Make WIZARD unconditional.

This commit is contained in:
Sean Hunt
2015-02-14 00:31:17 -05:00
committed by Pasi Kallinen
parent eca41ae060
commit cc7ab4a2da
62 changed files with 42 additions and 493 deletions

View File

@@ -182,12 +182,10 @@ boolean isyou;
if(!mtmp) pline_The("flow reduces to a trickle.");
return;
}
#ifdef WIZARD
if (isyou && wizard) {
if (yn("Dry up fountain?") == 'n')
return;
}
#endif
/* replace the fountain with ordinary floor */
levl[x][y].typ = ROOM;
levl[x][y].looted = 0;