From 00f879600bcea8f1ec1775c941041ee6346a60ba Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Tue, 28 Mar 2017 11:21:33 -0400
Subject: skirl can kill

---
 main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'main.cpp')

diff --git a/main.cpp b/main.cpp
index 8fb97c1..2cc5786 100644
--- a/main.cpp
+++ b/main.cpp
@@ -117,8 +117,8 @@ int main(int argc, char *argv[])
 	/////////////////////////////
 
 
-	game::engine.getSystem<InventorySystem>()->add("Wood Sword", 1);
 	game::engine.getSystem<InventorySystem>()->add("Hunters Bow", 1);
+	game::engine.getSystem<InventorySystem>()->add("Wood Sword", 1);
 	game::engine.getSystem<InventorySystem>()->add("Arrow", 198);
 
 	std::list<SDL_Event> eventQueue;
-- 
cgit v1.2.3