Commit graph

2 commits

Author SHA1 Message Date
6d4c5b74dc Fortune: Fix indenting in character sheet code
When moving this part of the code to a dedicated function, the IDE
"helpfully"  "fixed" the indentation, making the organization
of this part of the code less clear.

Re-introduce the indentation to make the structure clearer.
2025-07-06 21:48:18 +01:00
67d4b0387a Fortune: Introduce fortune display
Add a new sub-module that displays Fortune in character and party sheets.
In the character sheet, this is an input field and is automatically tracked
thanks to flags.

Add an icon for the party sheet and the according CSS class.
2025-07-06 21:32:25 +01:00