diff options
Diffstat (limited to 'npc/011-1/oscar.txt')
-rw-r--r-- | npc/011-1/oscar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/011-1/oscar.txt b/npc/011-1/oscar.txt index 133ebcaf..7e5f9481 100644 --- a/npc/011-1/oscar.txt +++ b/npc/011-1/oscar.txt @@ -306,8 +306,8 @@ L_TimerFunction: end; callsub S_CheckPlayer; $@HalloweenQuest_PumpkinsTimer = $@HalloweenQuest_PumpkinsTimer + 1; - if (mobcount("011-1", "Oscar::OnPD") < 0 && - mobcount("011-1", "Oscar::OnPDP") < 0 && + if (mobcount("011-1", "Oscar::OnPD") <= 0 && + mobcount("011-1", "Oscar::OnPDP") <= 0 && $@HalloweenQuest_PumpkinsCount <= 0) goto L_AllPumpkinsDead; // A quick "cheer up" |