File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ Wild Tutor - Adam Warlock
50
50
2 × Quantum Magic (Wave #4 The Mad Titan's Shadow #40)
51
51
=== Aggression cards ===
52
52
1 × The Power of Aggression (Wave #1 Core Set #55)
53
- 1 × Drop Kick (Wave #2 Hulk #14)
54
- 1 × Martial Prowess (Wave #2 Hulk #18)
53
+ 1 × Drop Kick (Wave #1 Hulk #14)
54
+ 1 × Martial Prowess (Wave #1 Hulk #18)
55
55
1 × Magic Attack (Wave #4 The Mad Titan's Shadow #43)
56
56
=== Justice cards ===
57
57
1 × The Power of Justice (Wave #1 Core Set #62)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ print_faction_color() {
34
34
get_wave_number () {
35
35
local -i pack_id=$1
36
36
37
- if [ $pack_id -lt 10 ]; then
37
+ if [ $pack_id -lt 11 ]; then
38
38
echo 1
39
39
elif [ $pack_id -lt 16 ]; then
40
40
echo 2
You can’t perform that action at this time.
0 commit comments