Index: dungeon.c =================================================================== RCS file: /home/angband/angband/angband/src/dungeon.c,v retrieving revision 1.21 diff -u -r1.21 dungeon.c --- dungeon.c 2001/06/02 21:13:52 1.21 +++ dungeon.c 2001/08/10 20:27:44 @@ -1006,7 +1006,7 @@ static bool enter_wizard_mode(void) { /* Ask first time */ - if (verify_special || !(p_ptr->noscore & 0x0002)) + if (verify_special && !(p_ptr->noscore & 0x0002)) { /* Mention effects */ msg_print("You are about to enter 'wizard' mode for the very first time!");