diff --git a/worlds/yugioh06/boosterpacks.py b/worlds/yugioh06/boosterpacks.py index 645977d2..7fbb56a8 100644 --- a/worlds/yugioh06/boosterpacks.py +++ b/worlds/yugioh06/boosterpacks.py @@ -423,7 +423,7 @@ booster_contents: Dict[str, List[str]] = { "Kaiser Glider", "Horus the Black Flame Dragon LV6", "Luster Dragon", - "Luster Dragon #2" + "Luster Dragon #2", "Spear Dragon", "Armed Dragon LV3", "Armed Dragon LV5", @@ -634,7 +634,7 @@ booster_contents: Dict[str, List[str]] = { "Mystic Swordsman LV6", "Horus the Black Flame Dragon LV6", "Horus the Black Flame Dragon LV4", - "Armed Dragon LV3" + "Armed Dragon LV3", "Armed Dragon LV5", "Silent Swordsman Lv3", "Silent Swordsman Lv5", @@ -750,7 +750,7 @@ booster_contents: Dict[str, List[str]] = { "Formation Union", "Princess Pikeru", "Skull Zoma", - "Metal Reflect Slime" + "Metal Reflect Slime", "Level Up!", "Howling Insect", "Tribute Doll", diff --git a/worlds/yugioh06/rules.py b/worlds/yugioh06/rules.py index 0b46e0b5..ce61fa18 100644 --- a/worlds/yugioh06/rules.py +++ b/worlds/yugioh06/rules.py @@ -668,7 +668,7 @@ def only_dragon(state, player): ], player) and (state.count_from_list_unique([ "Luster Dragon", "Spear Dragon", - "Cave Dragon" + "Cave Dragon", "Armed Dragon LV3", "Masked Dragon", "Twin-Headed Behemoth",