-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Pack enemies into plant rooms if they can't all fit in other rooms * Fix infinite loop trying to place a chest in a 3x3 room that already contains the entrance stairs * Increase the maximum number of mobs to 40 * Reduce the number of disjoint sets to 52 These last two were found by enumerating all possible levels. There are 65535*9 possible levels, 65535 from the random number seed and 9 for each floor.
- Loading branch information
Showing
2 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters