From 5e964cd6cf9a8ab02fbbdc2208d3e7bb4fb96630 Mon Sep 17 00:00:00 2001
From: Prabh Simran Singh Baweja <prabhsimransingh.baweja@gmail.com>
Date: Wed, 12 Mar 2014 15:58:33 +0530
Subject: [PATCH] Update play_view.coffee

New Level Added : Sword Loop
---
 app/views/play_view.coffee | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/app/views/play_view.coffee b/app/views/play_view.coffee
index 9088f1cde..fc3cb7a2c 100644
--- a/app/views/play_view.coffee
+++ b/app/views/play_view.coffee
@@ -161,6 +161,14 @@ module.exports = class PlayView extends View
         image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
         description: "Write a bubble sort to organize your soldiers. - by Alexandru"
       }
+      {
+        name: 'Sword Loop'
+        difficulty: 1
+        id: 'sword-loop'
+        image: '/file/db/level/525dc5589a0765e496000006/drink_me_icon.png'
+        description: 'Kill the ogres and save the peasants and their cattle'
+      }
+        
       {
         name: 'Enemy Artillery'
         difficulty: 1