KH1: Fix Slot 2 Level Checks description #5451
This commit is contained in:
@@ -547,9 +547,9 @@ class RemoteItems(Choice):
|
|||||||
|
|
||||||
class Slot2LevelChecks(Range):
|
class Slot2LevelChecks(Range):
|
||||||
"""
|
"""
|
||||||
Determines how many levels have an additional item. Usually, this item is an ability.
|
Determines how many levels have an additional item.
|
||||||
|
|
||||||
If Remote Items is OFF, these checks will only contain abilities.
|
If Remote Items is OFF, these checks will only contain abilities or items for other players.
|
||||||
"""
|
"""
|
||||||
display_name = "Slot 2 Level Checks"
|
display_name = "Slot 2 Level Checks"
|
||||||
default = 0
|
default = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user