diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/seasons.txt | 2 |
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); |