diff --git a/pocket_friends/game_files/game.py b/pocket_friends/game_files/game.py index 5dc0f48..546678c 100644 --- a/pocket_friends/game_files/game.py +++ b/pocket_friends/game_files/game.py @@ -330,10 +330,7 @@ def game(): if submenu == 'main': # Creates and holds the egg objects in a list. - eggs = [SelectionEgg('red'), SelectionEgg('orange'), SelectionEgg('yellow'), - SelectionEgg('green'), - SelectionEgg('blue'), SelectionEgg('indigo'), SelectionEgg('violet'), SelectionEgg('white'), - SelectionEgg('rainbow')] + eggs = [SelectionEgg('red'), SelectionEgg('blue'), SelectionEgg('rainbow')] # How many eggs per row should be displayed. eggs_per_row = 3