aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-03-23 07:53:59 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-03-23 07:53:59 -0400
commit16836bb93bf57f01f416d3a0a55d0716dcf50c94 (patch)
tree907aa7768130e954502efb8db0c3bec828b83790 /main.cpp
parent2e67f6d04f79a3b9338466d289df0074cf4c454e (diff)
arrows die, do damage
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 a46af33..8fb97c1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -119,7 +119,7 @@ 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("Arrow", 40);
+ game::engine.getSystem<InventorySystem>()->add("Arrow", 198);
std::list<SDL_Event> eventQueue;