diff options
| author | user <user@node5.net> | 2024-07-21 14:10:06 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-07-21 14:10:06 +0200 |
| commit | 9c958e0695d51938eccb5618e04681934f49bdab (patch) | |
| tree | 99b92263296231eed7abe5223c855df1f86e5fbc /src | |
| parent | 5a6ceee58c19993384a1ab4daaf8a0aa0b2ab458 (diff) | |
Program icons - add more workshop possibilities
Diffstat (limited to 'src')
| -rwxr-xr-x | src/program_parser.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/program_parser.py b/src/program_parser.py index 872b5c4..6248633 100755 --- a/src/program_parser.py +++ b/src/program_parser.py @@ -30,7 +30,9 @@ icons = { 'Bar Meetup Area': "🍺", 'Bar Area': "🍺", 'External': "🚗", - 'Pyjam.as Village in Party Area': "🐍" + 'Pyjam.as Village in Party Area': "🐍", + 'Workshop Room (possibly outside of it)': "🛠️(🏞️)", + 'Workshop Room (sofa area)': "🛠️(🛋️)", } |
