fixed merge conflicts

This commit is contained in:
meadowstream 2014-07-27 20:01:41 -04:00
commit b8460c0740

View file

@ -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);