Since the struct used for elements of artiexist[] has a lot of unused bits, add some new ones to extend it to indicate how artifacts have been created. It had | .exists (has been created) and | .found (hero is aware that it has been created) introduce | .gift (divine gift), | .wish (player wish), | .named (naming elven weapon Sting or Orcrist) | .viadip (made Excalibur by dipping long sword into fountain) | .rndm (randomly created), and | .bones (from bones file--how it got created in earlier game isn't tracked). The first four are implemented, fifth and sixth aren't. Some of the feedback when receiving an artifact or spellbook has been revised. When artiexist[] was changed from an array of booleans to an array of structs a couple of days ago, EDITLEVEL should have been incremented but I overlooked that at the time. This commit does so now.
23 KiB
23 KiB