From 966cc70b39e42da301e9a23f9590235143a61247 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 23 Jul 2018 10:31:39 -0300 Subject: Prevent addmonsterdrop overflow --- npc/functions/seasons.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/seasons.txt') 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); -- cgit v1.2.3-60-g2f50