]> granicus.if.org Git - nethack/commit
U704 - creating unappropriate hell random monsters
authorcohrs <cohrs>
Tue, 21 Oct 2003 16:20:18 +0000 (16:20 +0000)
committercohrs <cohrs>
Tue, 21 Oct 2003 16:20:18 +0000 (16:20 +0000)
commit6c63831645cacb5045f3411e0a025154d823d29a
tree0b12d42631b1c7be5fac70faf50df29fd9e57e88
parenta6ed42dc074690d86108c32030dc4ff91a0a6c9e
U704 - creating unappropriate hell random monsters
When changing levels, the state of rndmonst() is reset, causing the monster
choices to be recalculated.  However, the frequency counts for initial
uncommon() monsters were never cleared.  Thus, if the first non-extinct
monster were a hell monster, and you returned to the main dungeon, the hell
monster will remain in the list and could be selected.
doc/fixes34.3
src/makemon.c