Add randomized recipe for Satellite.

This commit is contained in:
CaitSith2
2021-11-20 16:27:17 -08:00
parent affd707717
commit 1b4659276c
4 changed files with 30 additions and 6 deletions

View File

@@ -107,6 +107,9 @@ def generate_mod(world, output_directory: str):
if getattr(multiworld, "silo")[player].value == Options.Silo.option_randomize_recipe:
template_data["free_sample_blacklist"]["rocket-silo"] = 1
if getattr(multiworld, "satellite")[player].value == Options.Satellite.option_randomize_recipe:
template_data["free_sample_blacklist"]["satellite"] = 1
control_code = control_template.render(**template_data)
data_template_code = data_template.render(**template_data)