diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-13 21:08:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-13 21:09:15 +0300 |
commit | ab731862f899dd87b84613ebf12a82cdc73e094f (patch) | |
tree | e0dff28ea24a942d0ad6d07783aadbccfc5022a7 /src/emap/struct/itemdext.h | |
parent | f7cce6ac2d1c010af4865212dc6ddc2a7aea66a4 (diff) | |
download | evol-hercules-ab731862f899dd87b84613ebf12a82cdc73e094f.tar.gz evol-hercules-ab731862f899dd87b84613ebf12a82cdc73e094f.tar.bz2 evol-hercules-ab731862f899dd87b84613ebf12a82cdc73e094f.tar.xz evol-hercules-ab731862f899dd87b84613ebf12a82cdc73e094f.zip |
Add support for take (pickup) script for items taked from ground by player.
Diffstat (limited to 'src/emap/struct/itemdext.h')
-rw-r--r-- | src/emap/struct/itemdext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h index 4cc1f3b..8ce5997 100644 --- a/src/emap/struct/itemdext.h +++ b/src/emap/struct/itemdext.h @@ -35,6 +35,7 @@ struct ItemdExt struct ItemCardExt allowedCards[100]; struct script_code *dropScript; + struct script_code *takeScript; bool allowPickup; bool charmItem; |