mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Update play_view.coffee
Fixed ID for harvest-time level (was pointing to find-the-spy)
This commit is contained in:
parent
2d057fa81f
commit
d0900870b2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue