diff --git a/50_bubble.py b/50_bubble.py index 4f2ebb4..bebc080 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import *   -__version__ = '9.17' +__version__ = '9.18'   class Bubble: diff --git a/settings.py b/settings.py index 90cd9a3..3bb6541 100644 --- a/settings.py +++ b/settings.py @@ -254,6 +254,7 @@ def make_settings_page(session): ('🤠', 'cowboy face'), ('😇', 'smiling face with halo'), ('😈', 'smiling face with horns'), + ('🌬️', 'wind blowing face'), ('👻', 'ghost'), ('💀', 'skull'), ('❤️', 'red heart'),