Change medium problem value from 600 to 500
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 27 Feb 2014 14:48:17 +0000 (16:48 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 27 Feb 2014 14:48:17 +0000 (16:48 +0200)
lib/Gruntmaster/Page/St.pm

index fb7b5f378a504ad3cb6fc1c44a9f7f61d7f051d1..5e256b1c8b51b945f3d8d9ccf63553a08f47f374 100644 (file)
@@ -10,7 +10,7 @@ our $VERSION = '0.001';
 use constant LEVEL_VALUES => {
        beginner => 100,
        easy => 250,
-       medium => 600,
+       medium => 500,
        hard => 1000,
 };
 
This page took 0.009923 seconds and 4 git commands to generate.