Make wand of nothing zap ID harder

Just to mess with zap identification, make wands of nothing
either ask for direction or not, determined at game start.
This commit is contained in:
Pasi Kallinen
2015-09-11 18:41:54 +03:00
parent 27efe608d7
commit 0ee1f31601

View File

@@ -559,6 +559,7 @@ newgame()
init_artifacts(); /* before u_init() in case $WIZKIT specifies
* any artifacts */
u_init();
objects[WAN_NOTHING].oc_dir = (ubirthday % 2L) ? NODIR : IMMEDIATE;
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done1);