Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change raining gold to x0 rounds except x00 rounds #305

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 19, 2015

  1. Don't use raining gold on x00 levels and refactor

    Moved checks for raining gold rounds to a function and refactored old raining gold checks to use the function.
    Updated raining gold round checks to be true when all of the following are true:
    * level is greater than useGoldThreshold
    * level is less than speedThreshold or level is a rainingRound
    * level is NOT a wormhole round
    
    Changed rainingRound to 10
    Added wormholdRound value to control and set it to 100
    jvchen committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    404d4c2 View commit details
    Browse the repository at this point in the history
  2. Fix extra paren

    jvchen committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    48576ee View commit details
    Browse the repository at this point in the history
  3. Fix eslint errors

    jvchen committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    867734b View commit details
    Browse the repository at this point in the history