mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Show the puzzle description in a pop-up dialog window when the puzzle starts.
This commit is contained in:
@@ -90,6 +90,7 @@ public enum CSubmenuPuzzleSolve implements ICDoc, IMenuProvider {
|
||||
@Override
|
||||
public final void run() {
|
||||
selected.applyToGame(hostedMatch.getGame());
|
||||
SOptionPane.showMessageDialog(selected.getGoalDescription(), selected.getName(), SOptionPane.INFORMATION_ICON);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user