fix B02001 - WIZKIT artifacts

Fix the reported bug of artifacts created via wizard mode WIZKIT
being "forgotten" and possibly duplicated during play.  Perform artifact
initialization before $WIZKIT processing; role info needed by the former
is already sufficiently set up by that point.
This commit is contained in:
nethack.rankin
2003-04-03 03:59:40 +00:00
parent ccb0973a23
commit c8c7a463ff
2 changed files with 6 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ jumping over a sokobon pit would result in the player next to, not in, the pit
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