Make WIZARD unconditional.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user