From c90bfe8ac7c068b33fe4639564286befcc96a91c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 23 Mar 2017 21:00:40 -0400 Subject: better arrows --- src/world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.cpp') 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()) { game::events.emit(vec2(loc.x, loc.y), - AttackType::ShortSlash, e.component()->damage); + AttackType::SmallBoom, e.component()->damage); e.destroy(); } if (!vel.grounded) { -- cgit v1.2.3