mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
KH2: Fixing Start Inventory bug, limiting CustomItemPool keys, fixing two typos (#3444)
* Fixing inclusion checking error * Fixing typo, limiting valid keys to valid keys * Adding space * Add period
This commit is contained in:
@@ -308,14 +308,14 @@ class CorSkipToggle(Toggle):
|
||||
|
||||
Full Cor Skip is also affected by this Toggle.
|
||||
"""
|
||||
display_name = "CoR Skip Toggle."
|
||||
display_name = "CoR Skip Toggle"
|
||||
default = False
|
||||
|
||||
|
||||
class CustomItemPoolQuantity(ItemDict):
|
||||
"""Add more of an item into the itempool. Note: You cannot take out items from the pool."""
|
||||
display_name = "Custom Item Pool"
|
||||
verify_item_name = True
|
||||
valid_keys = default_itempool_option.keys()
|
||||
default = default_itempool_option
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user