From c8f80fd70646af47a169ed75afbfc350f81bc84e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 13 Feb 2014 18:38:03 +0200 Subject: [PATCH] Medium problem value 500 -> 600 --- lib/Gruntmaster/Page/St.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- 2.39.2