summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-09 22:05:22 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-09 22:05:22 +0300
commitc95ac0d7e312aade368f7213eafa6476ef2cd3fe (patch)
tree6391aad9062c784f989d126938a4d9710865e3a4 /src/emap/struct
parentb5c56b1147e6ec93d948c9e5eedcd5d68618b308 (diff)
downloadevol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.tar.gz
evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.tar.bz2
evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.tar.xz
evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.zip
Add support for different use actions for items.s20170810
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/itemdext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h
index f30d94c..65f0729 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -36,6 +36,8 @@ struct ItemdExt
int minRange;
+ int tmpUseType;
+
VECTOR_DECL(int) allowedAmmo;
VECTOR_DECL(struct ItemCardExt) allowedCards;
struct script_code *dropScript;