diff --git a/game/marble/client/ui/LevelPreviewGui.gui b/game/marble/client/ui/LevelPreviewGui.gui index 2879d277..84431d70 100644 --- a/game/marble/client/ui/LevelPreviewGui.gui +++ b/game/marble/client/ui/LevelPreviewGui.gui @@ -425,7 +425,7 @@ function levelPreviewGui::populateLevelInfo(%this) if( %mission.hasEggIndex ) { - if( hasFoundEgg( %mission.hasEggIndex ) ) + if( hasFoundEgg( %mission.hasEggIndex ) || %mission.difficultySet $= "custom" ) LP_egg.setVisible( true ); }