diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-23 07:53:59 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-23 07:53:59 -0400 |
commit | 16836bb93bf57f01f416d3a0a55d0716dcf50c94 (patch) | |
tree | 907aa7768130e954502efb8db0c3bec828b83790 /main.cpp | |
parent | 2e67f6d04f79a3b9338466d289df0074cf4c454e (diff) |
arrows die, do damage
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |