KH2: init cleanup and random visit locking fix and docs update. (#1652)

Random Visit Locking wasn't copying correctly
init cleanup and moved itempool population to create_items
Updated docs due to a lot of people having issues setting it up.
This commit is contained in:
JaredWeakStrike
2023-04-09 22:12:23 -04:00
committed by GitHub
parent 6059b5ef66
commit 81411a191c
6 changed files with 320 additions and 286 deletions

View File

@@ -141,8 +141,8 @@ class Cups(Choice):
class LevelDepth(Choice):
"""Determines How many locations you want on levels
Level 50:23 checks spread through 50 levels.
Level 99:23 checks spread through 99 levels.
Level 50: 23 checks spread through 50 levels.
Level 99: 23 checks spread through 99 levels.
Level 50 sanity: 49 checks spread through 50 levels.
Level 99 sanity: 98 checks spread through 99 levels.