Merge branch 'main' into pyright-in-github-actions

This commit is contained in:
Doug Hoskisson
2024-04-16 01:28:43 -07:00
committed by GitHub
5 changed files with 12 additions and 4 deletions
+5
View File
@@ -413,26 +413,31 @@ def set_rules(hylics2world):
lambda state: (
enter_foglast(state, player)
and bridge_key(state, player)
and air_dash(state, player)
))
add_rule(world.get_location("New Muldul: Vault Rear Right Medallion", player),
lambda state: (
enter_foglast(state, player)
and bridge_key(state, player)
and air_dash(state, player)
))
add_rule(world.get_location("New Muldul: Vault Center Medallion", player),
lambda state: (
enter_foglast(state, player)
and bridge_key(state, player)
and air_dash(state, player)
))
add_rule(world.get_location("New Muldul: Vault Front Left Medallion", player),
lambda state: (
enter_foglast(state, player)
and bridge_key(state, player)
and air_dash(state, player)
))
add_rule(world.get_location("New Muldul: Vault Front Right Medallion", player),
lambda state: (
enter_foglast(state, player)
and bridge_key(state, player)
and air_dash(state, player)
))
add_rule(world.get_location("Viewax's Edifice: Fort Wall Medallion", player),
lambda state: paddle(state, player))
+1 -1
View File
@@ -1,4 +1,4 @@
# Starcraft 2 Wings of Liberty
# Starcraft 2
## What does randomization do to this game?
+1 -1
View File
@@ -1,4 +1,4 @@
# StarCraft 2 Wings of Liberty Randomizer Setup Guide
# StarCraft 2 Randomizer Setup Guide
This guide contains instructions on how to install and troubleshoot the StarCraft 2 Archipelago client, as well as where
to obtain a config file for StarCraft 2.