Skip to content

Commit

Permalink
If a custom level has an easter egg, always show it in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed Mar 25, 2024
1 parent b6b024a commit a080d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/marble/client/ui/LevelPreviewGui.gui
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down

0 comments on commit a080d63

Please sign in to comment.