diff --git a/src/game.vala b/src/game.vala index dac6653362b5741d7618a051d3a8539a61e45b7c..ff2552dff11f75e92758260470d7f87be23116d0 100644 --- a/src/game.vala +++ b/src/game.vala @@ -889,7 +889,7 @@ public class Game : Object } /* You get a bonus for getting back to the base */ if (base_line_destroyed) - score += 10000 * level; + score += 2500 * level * n_lines; /* Increase speed if level has changed */ if (level != old_level)