update hard difficulty

master
orphevs 2017-12-09 06:42:02 +01:00
parent b6c7aca000
commit 193239b182
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function run (difficulty) {
if(difficulty == 'easy'){
difficulty = 2000;
}else if(difficulty == 'hard'){
difficulty = 1400;
difficulty = 1100;
}
function set_score (){