diff --git a/pocket_friends/game_files/game.py b/pocket_friends/game_files/game.py index bf94538..a0e41ca 100644 --- a/pocket_friends/game_files/game.py +++ b/pocket_friends/game_files/game.py @@ -566,7 +566,7 @@ def game(): all_sprites.add(egg) # Info screen for the eggs. - info = InfoText(small_font) + info = InfoText(small_font, egg.description) while running and game_state == 'egg_select' and submenu == 'egg_info':