Skip to content

Commit 621ec27

Browse files
authored
Yugioh: Fix likely unintended concatenations (#5567)
* Fix likely unintended concatenations * Yeah that makes sense why I thought there were more here
1 parent 7cd73e2 commit 621ec27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

worlds/yugioh06/boosterpacks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
"Kaiser Glider",
424424
"Horus the Black Flame Dragon LV6",
425425
"Luster Dragon",
426-
"Luster Dragon #2"
426+
"Luster Dragon #2",
427427
"Spear Dragon",
428428
"Armed Dragon LV3",
429429
"Armed Dragon LV5",
@@ -634,7 +634,7 @@
634634
"Mystic Swordsman LV6",
635635
"Horus the Black Flame Dragon LV6",
636636
"Horus the Black Flame Dragon LV4",
637-
"Armed Dragon LV3"
637+
"Armed Dragon LV3",
638638
"Armed Dragon LV5",
639639
"Silent Swordsman Lv3",
640640
"Silent Swordsman Lv5",
@@ -750,7 +750,7 @@
750750
"Formation Union",
751751
"Princess Pikeru",
752752
"Skull Zoma",
753-
"Metal Reflect Slime"
753+
"Metal Reflect Slime",
754754
"Level Up!",
755755
"Howling Insect",
756756
"Tribute Doll",

worlds/yugioh06/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def only_dragon(state, player):
668668
], player) and (state.count_from_list_unique([
669669
"Luster Dragon",
670670
"Spear Dragon",
671-
"Cave Dragon"
671+
"Cave Dragon",
672672
"Armed Dragon LV3",
673673
"Masked Dragon",
674674
"Twin-Headed Behemoth",

0 commit comments

Comments
 (0)