monster spells (insects, nasties)

This throttles insect creation through monster spell casting.  Especially
insects.  It was creating m_lev worth of insects--for a 25th level priest,
that means every batch of insects was size 25!

I also lowered the range for nasties creation for similar reasons.
This commit is contained in:
arromdee
2002-04-06 04:00:04 +00:00
parent 69ee06a9bc
commit 68310c7d79
3 changed files with 6 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ avoid dmonsfree impossible message due to migrating a dead monster via
avoid temporary disappearing Burdened message due to updating status line
midway thru in_container
don't credit player's wisdom when makelevel creates random Elbereth engravings
reduce insect/monster creation from monster spells
Platform- and/or Interface-Specific Fixes