aboutsummaryrefslogtreecommitdiffstats
path: root/include/mob.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-04-27 08:50:07 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-04-27 08:50:07 -0400
commit174bcd3a415c21fc2c59a3af1b6333faa78b37d0 (patch)
treed2f9c9fe8a79628fb95557acb2a0bc03aedb07e3 /include/mob.hpp
parent88c21e763178856aef0155595d49085919205951 (diff)
ui fixes, other stuff
Diffstat (limited to 'include/mob.hpp')
-rw-r--r--include/mob.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mob.hpp b/include/mob.hpp
index 0ed6bc1..9f006b9 100644
--- a/include/mob.hpp
+++ b/include/mob.hpp
@@ -76,6 +76,7 @@ public:
class Trigger : public Mob {
private:
std::string id;
+ bool triggered;
public:
Trigger(void);