Make Trick Or Treat chests open 4

This commit is contained in:
samczsun 2016-10-28 00:53:59 -04:00 committed by Connor James
parent 577e640f4a
commit 7a0fba3027

View File

@ -826,7 +826,7 @@ public class RewardManager
{
int amount = 4;
if(type == RewardType.ILLUMINATED_CHEST || type == RewardType.FREEDOM_CHEST || type == RewardType.OMEGA_CHEST
|| type == RewardType.HAUNTED_CHEST || type == RewardType.TRICK_OR_TREAT_CHEST) amount = 1;
|| type == RewardType.HAUNTED_CHEST) amount = 1;
int currentReward = 0;
Reward[] rewards = new Reward[amount];