Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions worlds/yugioh06/boosterpacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"Kaiser Glider",
"Horus the Black Flame Dragon LV6",
"Luster Dragon",
"Luster Dragon #2"
"Luster Dragon #2",
"Spear Dragon",
"Armed Dragon LV3",
"Armed Dragon LV5",
Expand Down Expand Up @@ -634,7 +634,7 @@
"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",
Expand Down Expand Up @@ -750,7 +750,7 @@
"Formation Union",
"Princess Pikeru",
"Skull Zoma",
"Metal Reflect Slime"
"Metal Reflect Slime",
"Level Up!",
"Howling Insect",
"Tribute Doll",
Expand Down
2 changes: 1 addition & 1 deletion worlds/yugioh06/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading