mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: typo
This commit is contained in:
@@ -107,7 +107,7 @@ def generate_mod(world, output_directory: str):
|
|||||||
random = multiworld.slot_seeds[player]
|
random = multiworld.slot_seeds[player]
|
||||||
|
|
||||||
def flop_random(low, high, base=None):
|
def flop_random(low, high, base=None):
|
||||||
"""Guarentees 50% below base and 50% above base, uniform distribution in each direction."""
|
"""Guarantees 50% below base and 50% above base, uniform distribution in each direction."""
|
||||||
if base:
|
if base:
|
||||||
distance = random.random()
|
distance = random.random()
|
||||||
if random.randint(0, 1):
|
if random.randint(0, 1):
|
||||||
|
Reference in New Issue
Block a user