mirror of
https://bitbucket.org/theswgsource/dsrc-1.2.git
synced 2026-01-15 23:04:22 -05:00
another fix for 2011 GMF badge
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user