don't let arrow, rock or dart traps provide an infinite number of objects
dropping from height or throwing a normal container may damage contents
some Magicbane messages treated "erinys" as plural
+initialize artifacts before processing $WIZKIT
Platform- and/or Interface-Specific Fixes
-/* SCCS Id: @(#)allmain.c 3.4 2002/01/04 */
+/* SCCS Id: @(#)allmain.c 3.4 2003/04/02 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
* and init_artifacts() */
init_dungeons(); /* must be before u_init() to avoid rndmonst()
- * creating odd monsters for initial tins and
- * eggs */
+ * creating odd monsters for any tins and eggs
+ * in hero's initial inventory */
+ init_artifacts(); /* before u_init() in case $WIZKIT specifies
+ * any aritfacts */
u_init();
- init_artifacts();
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done1);