summaryrefslogtreecommitdiff
path: root/npc/functions/seasons.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r--npc/functions/seasons.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index b0b05792a..3fe8f12d1 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -41,7 +41,7 @@ OnHour00:
if ($@SEASON != season()) {
// Summer extra drops
- if (season() == SUMMER) {
+ if (season() == SUMMER && $@SEASON != SUMMER) {
addmonsterdrop(Duck, CherryCocktail, 360);
addmonsterdrop(Croc, CherryCocktail, 180);
addmonsterdrop(SaxsoGhost, CherryCocktail, 450);