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:
parent
3636887bf9
commit
f69bc066c5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue