1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-30 17:32:24 +01:00

Slightly reduce deepest one spawn rate in the Ana quest.

This commit is contained in:
ChrisANG 2022-01-09 20:45:02 -05:00
parent 3636887bf9
commit f69bc066c5

View file

@ -488,7 +488,7 @@ qt_montype()
case 5:
if(rn2(2)) return &mons[PM_DEEP_ONE];
else if(rn2(2)) return &mons[PM_DEEPER_ONE];
else if(rn2(2)) return &mons[PM_DEEP_DWELLER];
else if(rn2(4)) return &mons[PM_DEEP_DWELLER];
else return &mons[PM_DEEPEST_ONE];
break;
case 6: