diff --git a/Modules/DailyQuests.py b/Modules/DailyQuests.py index 30b28fd..d533dec 100644 --- a/Modules/DailyQuests.py +++ b/Modules/DailyQuests.py @@ -682,7 +682,7 @@ def daily_inbox(self): self.delete_popup() def daily_seven_boss_battles(self): - campaign_images=["\\battleBTN.png","\\campaignButtonJump.png","\\campaignStart.png",] + campaign_images=["\\battleBTN.png","\\campaignButtonJump.png","\\campaignStart.png","\\campaignStartSuper.png",] self.campaignreached=0 for i in campaign_images: image=i @@ -1208,4 +1208,4 @@ def on_closing(): root.mainloop() - \ No newline at end of file + diff --git a/assets/campaignStartSuper.png b/assets/campaignStartSuper.png new file mode 100644 index 0000000..c26a018 Binary files /dev/null and b/assets/campaignStartSuper.png differ