The magical +3.

This commit is contained in:
Sarah 2015-08-11 11:31:51 +02:00
parent 4c32f32ced
commit 8abefaf856

View File

@ -98,8 +98,10 @@ public class SpinGui extends SimpleGui
_rewards = new Reward[_stopSpinnerAt+10]; //Adding 10, so theres items to the right still.
for (int i = 0; i < _stopSpinnerAt+10 ; i++)
{
if (i != _stopSpinnerAt)
if (i != _stopSpinnerAt + 3)
{
_rewards[i] = rewardManager.nextReward(player, null, false, RewardType.SpinnerFiller, true);
}
else
{
_rewards[i] = rewardManager.nextReward(player, null, false, RewardType.SpinnerReal, true);