@@ -112,7 +112,6 @@ chapel = add_cards(10, 'chapel.jpg');
112112councilroom = add_cards ( 10 , 'councilroom.jpg' ) ;
113113feast = add_cards ( 10 , 'feast.jpg' ) ;
114114festival = add_cards ( 10 , 'festival.jpg' ) ;
115- gardens = add_cards ( 10 , 'gardens.jpg' ) ;
116115laboratory = add_cards ( 10 , 'laboratory.jpg' ) ;
117116library = add_cards ( 10 , 'library.jpg' ) ;
118117market = add_cards ( 10 , 'market.jpg' ) ;
@@ -134,6 +133,7 @@ copper = add_cards(60, 'copper2.jpg');
134133silver = add_cards ( 40 , 'silver2.jpg' ) ;
135134gold = add_cards ( 30 , 'gold2.jpg' ) ;
136135
136+ gardens = add_cards ( 10 , 'gardens.jpg' ) ;
137137estate = add_cards ( 24 , 'estate.jpg' ) ;
138138duchy = add_cards ( 12 , 'duchy.jpg' ) ;
139139province = add_cards ( 12 , 'province.jpg' ) ;
@@ -143,7 +143,7 @@ curse = add_cards(30, 'curse.jpg');
143143///////////////
144144// AVATARS
145145//////////////
146- board . new_piece_scale = 3 ;
146+ board . new_avatar_scale = 3 ;
147147board . new_piece_rotates_with_canvas = false ;
148148board . new_piece_physical_shape = 'inner_circle' ;
149149board . add_avatars ( ) ;
0 commit comments