From: Marius Gavrilescu Date: Thu, 13 Feb 2014 16:38:03 +0000 (+0200) Subject: Medium problem value 500 -> 600 X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=c8f80fd70646af47a169ed75afbfc350f81bc84e;p=gruntmaster-page.git Medium problem value 500 -> 600 --- diff --git a/lib/Gruntmaster/Page/St.pm b/lib/Gruntmaster/Page/St.pm index 2186fea..316a92b 100644 --- a/lib/Gruntmaster/Page/St.pm +++ b/lib/Gruntmaster/Page/St.pm @@ -10,7 +10,7 @@ our $VERSION = '0.001'; use constant LEVEL_VALUES => { beginner => 100, easy => 250, - medium => 500, + medium => 600, hard => 1000, };