diff --git a/public/src/games/blockfighter/BlockFighterLogic.js b/public/src/games/blockfighter/BlockFighterLogic.js index 88c3078..ce108dd 100644 --- a/public/src/games/blockfighter/BlockFighterLogic.js +++ b/public/src/games/blockfighter/BlockFighterLogic.js @@ -15,7 +15,7 @@ export const NUM_COLORS = 4; // 0=red 1=green 2=blue 3=yell export const SPAWN_COL = 3; export const KIND = { GEM: 'gem', CRASH: 'crash', COUNTER: 'counter', DIAMOND: 'diamond' }; -export const CRASH_RATE = 0.28; +export const CRASH_RATE = 0.14; export const DIAMOND_EVERY = 25; export const COUNTER_START = 5; export const MAX_GARBAGE_PER_DROP = 24;