aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
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..