Update play_view.coffee

Fixed ID for harvest-time level (was pointing to find-the-spy)
This commit is contained in:
gosnat 2014-04-29 10:53:55 -05:00
parent 2d057fa81f
commit d0900870b2

View file

@ -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"
}