Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

Artifacts should be unique #12

Open Lyle-Tafoya opened 1 year ago

Lyle-Tafoya commented 1 year ago

Right now it is possible to obtain multiple of any given artifact. Once an artifact has been generated in the game, it should not be possible for it to be generated again. Additionally, artifacts which are guaranteed to be found in certain parts of the game (ie. Kolwinya) should probably not ever be randomly generated.