From d0109bb96ffa153ca6f949fcf13ec1ab06ea9c9d Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:44:54 -0300 Subject: [PATCH] Update picodulce.py --- picodulce.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/picodulce.py b/picodulce.py index bf261da..168e8e5 100644 --- a/picodulce.py +++ b/picodulce.py @@ -1111,6 +1111,10 @@ class ModLoaderAndVersionMenu(QDialog): if __name__ == '__main__': app = QApplication(sys.argv) current_date = datetime.now() + # --------------------------------------------------------------------- + # I wish for everyone that plays this to enjoy the game as much as I, + # may joy give a little more peace in this troubled world + # --------------------------------------------------------------------- # Set the application icon based on the date if (current_date.month == 12 and current_date.day >= 8) or (current_date.month == 1 and current_date.day <= 1):