another fix for 2011 GMF badge

This commit is contained in:
erusman
2018-06-23 23:18:07 -07:00
parent bd1f84437c
commit 2b7f41e718

View File

@@ -119,7 +119,7 @@ public class halloween_vendor extends script.base_script
int numberOfCoins = utils.countOfStackedItemsInArray(coins);
if (numberOfCoins != 0)
{
if (numberOfCoins >= 900 && !hasCompletedCollectionSlot(player, "halloween_badge_09"))
if (numberOfCoins >= 900 && !hasCompletedCollectionSlot(player, "halloween_badge_11"))
{
return true;
}