mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
CV64: Remove multiworld random usage #4156
This commit is contained in:
@@ -89,7 +89,7 @@ class CV64World(World):
|
|||||||
|
|
||||||
def generate_early(self) -> None:
|
def generate_early(self) -> None:
|
||||||
# Generate the player's unique authentication
|
# Generate the player's unique authentication
|
||||||
self.auth = bytearray(self.multiworld.random.getrandbits(8) for _ in range(16))
|
self.auth = bytearray(self.random.getrandbits(8) for _ in range(16))
|
||||||
|
|
||||||
self.total_s1s = self.options.total_special1s.value
|
self.total_s1s = self.options.total_special1s.value
|
||||||
self.s1s_per_warp = self.options.special1s_per_warp.value
|
self.s1s_per_warp = self.options.special1s_per_warp.value
|
||||||
|
Reference in New Issue
Block a user