From c90bfe8ac7c068b33fe4639564286befcc96a91c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 23 Mar 2017 21:00:40 -0400 Subject: better arrows --- include/attack.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/attack.hpp b/include/attack.hpp index 412694e..027b93f 100644 --- a/include/attack.hpp +++ b/include/attack.hpp @@ -9,7 +9,8 @@ enum class AttackType : char { ShortSlash, - LongSlash + LongSlash, + SmallBoom }; struct AttackEvent { -- cgit v1.2.3