From 27892bc40122494385bdbe5eb84aee52737f9c13 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 9 Feb 2017 20:26:32 -0500 Subject: skirl; angry --- include/components.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/components.hpp b/include/components.hpp index 14cff81..ebc256d 100644 --- a/include/components.hpp +++ b/include/components.hpp @@ -408,6 +408,16 @@ struct Wander { int countdown; }; +/** + * Causes the entity to get mad at the player, charge and fight. + */ +struct Aggro { + Aggro(const std::string& a) + : arena(a) {} + + std::string arena; +}; + /** * SYSTEMS */ -- cgit v1.2.3