aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-03-23 21:00:40 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-03-23 21:00:40 -0400
commitc90bfe8ac7c068b33fe4639564286befcc96a91c (patch)
treec933aeb5ba5f59ce68214e9cca9ea563d5f6eb56 /src/world.cpp
parent16836bb93bf57f01f416d3a0a55d0716dcf50c94 (diff)
better arrows
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index c41ab2a..353f4d9 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -1143,7 +1143,7 @@ void WorldSystem::detect(entityx::TimeDelta dt)
vel.y = 0;
if (e.has_component<Hit>()) {
game::events.emit<AttackEvent>(vec2(loc.x, loc.y),
- AttackType::ShortSlash, e.component<Hit>()->damage);
+ AttackType::SmallBoom, e.component<Hit>()->damage);
e.destroy();
}
if (!vel.grounded) {