From: Marius Gavrilescu Date: Thu, 27 Feb 2014 14:48:17 +0000 (+0200) Subject: Change medium problem value from 600 to 500 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=b74e5a9fd33cff214d2e6fa0b4ec563b9221fba7 Change medium problem value from 600 to 500 --- diff --git a/lib/Gruntmaster/Page/St.pm b/lib/Gruntmaster/Page/St.pm index fb7b5f3..5e256b1 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 => 600, + medium => 500, hard => 1000, };