diff options
| author | user@node5.net <user@node5.net> | 2025-07-15 23:14:17 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-07-15 23:14:17 +0200 |
| commit | 6e70a2b301f3e22951aeb68e8323b7af67772555 (patch) | |
| tree | 9232ead5950dbdad8d01ef8edbda2a0c63ce3a34 | |
| parent | 06a8a84ffc74780f6fa534075a8a47d33b562502 (diff) | |
New icons
| -rwxr-xr-x | src/program_parser.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/program_parser.py b/src/program_parser.py index e88d4cd..1735244 100755 --- a/src/program_parser.py +++ b/src/program_parser.py @@ -32,8 +32,10 @@ icons = { 'External': "🚗", 'Pyjam.as Village in Party Area': "🐍", 'Workshop Room (possibly outside of it)': "🛠️(🏞️)", - 'Workshop Room (sofa area)': "🛠️(🛋️)", - 'NWWC Village in Party Area': "🔊", + 'Workshop Room (sofa area)': "🛠️(🛋️)", + 'NWWC Village in Party Area': "🔊", + 'Wellness area': "🛀", + 'Online': "🌐", } |
