aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-07-06 17:07:11 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-07-06 17:07:11 -0400
commit1f762f82f929cfd21222739a627a32e6199c34a9 (patch)
treef6a9f5dbac7f52ea99fdbed051c57ce7db7cfc70 /main.cpp
parent791ebed6017b8846f8bd63c323c12a5c56fe14b9 (diff)
bow work, fixed dirt drawing
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 28ea0c1..2e3a4fa 100644
--- a/main.cpp
+++ b/main.cpp
@@ -331,7 +331,7 @@ int main(int argc, char *argv[])
arena->setBGM("assets/music/embark.wav");
- player->inv->addItem("Wood Sword", 10);
+ player->inv->addItem("Hunters Bow", 1);
// the main loop, in all of its gloriousness..