From 621ec274c3634cfc9af6b9902bc89ee451a7cafa Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:47:16 -0600 Subject: [PATCH] Yugioh: Fix likely unintended concatenations (#5567) * Fix likely unintended concatenations * Yeah that makes sense why I thought there were more here --- worlds/yugioh06/boosterpacks.py | 6 +++--- worlds/yugioh06/rules.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",