fixed merge conflicts
This commit is contained in:
commit
b8460c0740
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function consolidateBlocks(hex,side,index){
|
|||
// add scores
|
||||
var now = MainHex.ct;
|
||||
if(now - hex.lastCombo < settings.comboTime ){
|
||||
settings.comboTime = waveone.nextGen/16 * 2;
|
||||
settings.comboTime = (1/settings.creationSpeedModifier) * (waveone.nextGen/16.666667) * 1.75;
|
||||
hex.comboMultiplier += 1;
|
||||
hex.lastCombo = now;
|
||||
var coords = findCenterOfBlocks(deletedBlocks);
|
||||
|
|
Loading…
Reference in a new issue