mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Now passing ring link option value to client
This commit is contained in:
@@ -72,7 +72,7 @@ class GrinchWorld(World):
|
|||||||
def fill_slot_data(self):
|
def fill_slot_data(self):
|
||||||
return {
|
return {
|
||||||
"give_unlimited_eggs": self.options.unlimited_eggs.value,
|
"give_unlimited_eggs": self.options.unlimited_eggs.value,
|
||||||
|
"ring_link": self.options.ring_link.value,
|
||||||
}
|
}
|
||||||
|
|
||||||
def generate_output(self, output_directory: str) -> None:
|
def generate_output(self, output_directory: str) -> None:
|
||||||
|
Reference in New Issue
Block a user