@@ -22,58 +22,58 @@ def initialize_supervillains():
2222 assemble .append (cards .ras_al_ghul ())
2323 return assemble
2424
25- deck = {cards .aquamans_trident : 3 , \
26- cards .bane : 2 , \
27- cards .the_batmobile : 3 , \
28- cards .the_bat_signal : 3 , \
29- cards .bizarro : 1 , \
30- cards .blue_beetle : 1 , \
31- cards .bulletproof : 3 , \
32- cards .the_cape_and_cowl : 3 , \
33- cards .catwoman : 3 , \
34- cards .cheetah : 2 , \
35- cards .clayface : 2 , \
36- cards .the_dark_knight : 1 , \
37- cards .doomsday : 2 , \
38- cards .the_emerald_knight : 1 , \
39- cards .fastest_man_alive : 1 , \
40- cards .gorilla_grodd : 2 , \
41- cards .green_arrow : 3 , \
42- cards .green_arrows_bow : 3 , \
43- cards .harley_quinn : 2 , \
44- cards .heat_vision : 3 , \
45- cards .high_tech_hero : 3 , \
46- cards .jonn_jonzz : 1 , \
47- cards .kid_flash : 4 , \
48- cards .king_of_atlantis : 1 , \
49- cards .lasso_of_truth : 3 , \
50- cards .lobo : 1 , \
51- cards .the_man_of_steel : 1 , \
52- cards .mera : 2 , \
53- cards .nth_metal : 4 , \
54- cards .the_penguin : 2 , \
55- cards .poison_ivy : 2 , \
56- cards .power_ring : 3 , \
57- cards .princess_diana_of_themyscira : 1 , \
58- cards .the_riddler : 2 , \
59- cards .robin : 3 , \
60- cards .scarecrow : 2 , \
61- cards .solomon_grundy : 2 , \
62- cards .starro : 1 , \
63- cards .suicide_squad : 6 , \
64- cards .super_speed : 4 , \
65- cards .super_strength : 3 , \
66- cards .super_girl : 2 , \
67- cards .swamp_thing : 2 , \
68- cards .two_face : 2 , \
69- cards .utility_belt : 3 , \
70- cards .x_ray_vision : 3 , \
71- cards .zatanna_zatara : 2 , \
72- cards .arkham_asylum : 1 , \
73- cards .the_batcave : 1 , \
74- cards .fortress_of_solitude : 1 , \
75- cards .titans_tower : 1 , \
76- cards .the_watchtower : 1 , \
25+ deck = {cards .aquamans_trident : 3 ,
26+ cards .bane : 2 ,
27+ cards .the_batmobile : 3 ,
28+ cards .the_bat_signal : 3 ,
29+ cards .bizarro : 1 ,
30+ cards .blue_beetle : 1 ,
31+ cards .bulletproof : 3 ,
32+ cards .the_cape_and_cowl : 3 ,
33+ cards .catwoman : 3 ,
34+ cards .cheetah : 2 ,
35+ cards .clayface : 2 ,
36+ cards .the_dark_knight : 1 ,
37+ cards .doomsday : 2 ,
38+ cards .the_emerald_knight : 1 ,
39+ cards .fastest_man_alive : 1 ,
40+ cards .gorilla_grodd : 2 ,
41+ cards .green_arrow : 3 ,
42+ cards .green_arrows_bow : 3 ,
43+ cards .harley_quinn : 2 ,
44+ cards .heat_vision : 3 ,
45+ cards .high_tech_hero : 3 ,
46+ cards .jonn_jonzz : 1 ,
47+ cards .kid_flash : 4 ,
48+ cards .king_of_atlantis : 1 ,
49+ cards .lasso_of_truth : 3 ,
50+ cards .lobo : 1 ,
51+ cards .the_man_of_steel : 1 ,
52+ cards .mera : 2 ,
53+ cards .nth_metal : 4 ,
54+ cards .the_penguin : 2 ,
55+ cards .poison_ivy : 2 ,
56+ cards .power_ring : 3 ,
57+ cards .princess_diana_of_themyscira : 1 ,
58+ cards .the_riddler : 2 ,
59+ cards .robin : 3 ,
60+ cards .scarecrow : 2 ,
61+ cards .solomon_grundy : 2 ,
62+ cards .starro : 1 ,
63+ cards .suicide_squad : 6 ,
64+ cards .super_speed : 4 ,
65+ cards .super_strength : 3 ,
66+ cards .super_girl : 2 ,
67+ cards .swamp_thing : 2 ,
68+ cards .two_face : 2 ,
69+ cards .utility_belt : 3 ,
70+ cards .x_ray_vision : 3 ,
71+ cards .zatanna_zatara : 2 ,
72+ cards .arkham_asylum : 1 ,
73+ cards .the_batcave : 1 ,
74+ cards .fortress_of_solitude : 1 ,
75+ cards .titans_tower : 1 ,
76+ cards .the_watchtower : 1 ,
7777 }
7878
7979def initialize_deck ():
0 commit comments