diff --git a/worlds/hk/Options.py b/worlds/hk/Options.py index e6f3fce06610..db6c74fa78a1 100644 --- a/worlds/hk/Options.py +++ b/worlds/hk/Options.py @@ -293,6 +293,7 @@ def get_costs(self, random_source: Random) -> typing.List[int]: charms[index] += 1 return charms + class CharmCost(Range): range_end = 6 @@ -320,7 +321,6 @@ def __init__(self, value): # will fail schema afterwords self.value[key] = data - def get_costs(self, charm_costs: typing.List[int]) -> typing.List[int]: for name, cost in self.value.items(): charm_costs[charm_names.index(name)] = cost