summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-17 16:15:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-17 16:15:51 +0300
commit0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe (patch)
tree7e6205674b8baf6c8f450a747dadb3ac705ab04f /src/emap/struct
parent6d6c12a1721f1432cb576606917dc68db2c9708b (diff)
downloadevol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.tar.gz
evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.tar.bz2
evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.tar.xz
evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.zip
Add support for insert cards script.
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/itemdext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h
index 8ce5997..5fd7159 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -36,6 +36,7 @@ struct ItemdExt
struct ItemCardExt allowedCards[100];
struct script_code *dropScript;
struct script_code *takeScript;
+ struct script_code *insertScript;
bool allowPickup;
bool charmItem;