mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-22 12:34:35 -07:00
SC2: Multi-campaign (#2954)
Adds HotS, LotV and NCO campaigns to SC2 game. The world's name has changed to reflect that (it's not only Wings of Liberty now) The client was patched in a way that can still join to games generated prior this change --------- Co-authored-by: Magnemania <[email protected]> Co-authored-by: EnvyDragon <[email protected]> Co-authored-by: Matthew <[email protected]> Co-authored-by: hopop201 <[email protected]> Co-authored-by: Salzkorn <[email protected]> Co-authored-by: genderdruid <[email protected]> Co-authored-by: MadiMadsen <[email protected]> Co-authored-by: neocerber <[email protected]> Co-authored-by: Exempt-Medic <[email protected]> Co-authored-by: Fabian Dill <[email protected]>
This commit is contained in:
co-authored by
Magnemania
EnvyDragon
Matthew
hopop201
Salzkorn
genderdruid
MadiMadsen
neocerber
Exempt-Medic
Fabian Dill
parent
ed9cbfecb9
commit
e0e9fdd86a
@@ -23,8 +23,8 @@ class TestBase(unittest.TestCase):
|
||||
{"Pendants", "Crystals"},
|
||||
"Ocarina of Time":
|
||||
{"medallions", "stones", "rewards", "logic_bottles"},
|
||||
"Starcraft 2 Wings of Liberty":
|
||||
{"Missions"},
|
||||
"Starcraft 2":
|
||||
{"Missions", "WoL Missions"},
|
||||
}
|
||||
for game_name, world_type in AutoWorldRegister.world_types.items():
|
||||
with self.subTest(game_name, game_name=game_name):
|
||||
|
||||
Reference in New Issue
Block a user