mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Quest events will ow show their difficulty.
This commit is contained in:
@@ -56,7 +56,7 @@ class PnlEvent extends JPanel {
|
||||
hSrc = img.getHeight(null);
|
||||
|
||||
// Title and description
|
||||
this.rad = new FRadioButton(event.getTitle());
|
||||
this.rad = new FRadioButton(event.getTitle() + " (" + event.getDifficulty() + ")");
|
||||
this.rad.setFont(FSkin.getBoldFont(16));
|
||||
|
||||
final FTextArea tarDesc = new FTextArea();
|
||||
|
||||
Reference in New Issue
Block a user