Other files ignored by Codecov
src/data/defaults.txt
has changed.
3289 | 3289 | Preferences.setInteger("cosmicBowlingBallReturnCombats", -1); |
|
3290 | 3290 | } |
|
3291 | 3291 | break; |
|
3292 | + | ||
3293 | + | case ItemPool.MAYDAY_SUPPLY_PACKAGE: |
|
3294 | + | if (adventureResults) { |
|
3295 | + | Preferences.setBoolean("_maydayDropped", true); |
|
3296 | + | } |
|
3297 | + | break; |
|
3292 | 3298 | } |
|
3293 | 3299 | ||
3294 | 3300 | // Gaining items can achieve goals. |
3361 | 3361 | public static final int COSMIC_BOWLING_BALL = 10891; |
|
3362 | 3362 | public static final int COMBAT_LOVERS_LOCKET = 10893; |
|
3363 | 3363 | public static final int UNBREAKABLE_UMBRELLA = 10899; |
|
3364 | + | public static final int MAYDAY_SUPPLY_PACKAGE = 10901; |
|
3364 | 3365 | ||
3365 | 3366 | private ItemPool() {} |
|
3366 | 3367 |
Files | Complexity | Coverage |
---|---|---|
src/net/sourceforge/kolmafia | 19.16% | 24.53% |
Project Totals (1016 files) | 19.16% | 24.53% |
JAVA=11 OS=ubuntu-latest
JAVA=17 OS=ubuntu-latest
JAVA=11 OS=windows-latest
JAVA=17 OS=windows-latest