From d0900870b2e5de47731b60d11d00e45f794e4b6a Mon Sep 17 00:00:00 2001 From: gosnat Date: Tue, 29 Apr 2014 10:53:55 -0500 Subject: [PATCH] Update play_view.coffee Fixed ID for harvest-time level (was pointing to find-the-spy) --- app/views/play_view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/play_view.coffee b/app/views/play_view.coffee index d0ea85466..e89f2ddb4 100644 --- a/app/views/play_view.coffee +++ b/app/views/play_view.coffee @@ -230,7 +230,7 @@ module.exports = class PlayView extends View { name: 'Harvest Time' difficulty: 2 - id: 'find-the-spy' + id: 'harvest-time' image: '/file/db/level/529662dfe0df8f0000000007/grab_the_mushroom_icon.png' description: "Collect a hundred mushrooms in just five lines of code - by Nathan Gossett" }