From 04048e97683718ebcbbbd4dfeb516deb8200e2f7 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 24 Oct 2013 12:12:13 -0700 Subject: [PATCH] [#30] grunt --- dist/habitrpg-shared.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index fc26cd02d5..db5c43c64a 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -7797,6 +7797,10 @@ if(typeof module != 'undefined' && module.exports){ } user.lastCron = now; paths['lastCron'] = true; + if (user.items.lastDrop.count > 0) { + user.items.lastDrop.count = 0; + paths['items.lastDrop'] = true; + } if (user.flags.rest === true) { return; }