From 38655cc38ff163fd5944c45427c7d3e8f0c58658 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Aug 2016 22:45:26 +0300 Subject: Add elemental attributes. --- src/enums/being/attributes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/enums/being/attributes.h b/src/enums/being/attributes.h index 398eda1b9..04eb68d64 100644 --- a/src/enums/being/attributes.h +++ b/src/enums/being/attributes.h @@ -104,6 +104,12 @@ enumStart(Attributes) MERC_CALLS, MERC_KILLS, + // elemental attributes + ELEMENTAL_HP, + ELEMENTAL_MAX_HP, + ELEMENTAL_MP, + ELEMENTAL_MAX_MP, + MAX_ATTRIBUTE } enumEnd(Attributes); -- cgit v1.2.3-60-g2f50