summaryrefslogtreecommitdiff
path: root/src/being/attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/attributes.h')
-rw-r--r--src/being/attributes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h
index 612ef886c..8b2754f1d 100644
--- a/src/being/attributes.h
+++ b/src/being/attributes.h
@@ -45,7 +45,8 @@ namespace Attributes
ATTACK_DELAY = 100,
ATTACK_RANGE = 101,
WALK_SPEED = 102,
- ATTACK_SPEED = 103
+ ATTACK_SPEED = 103,
+ KARMA
};
} // namespace Attributes