summaryrefslogtreecommitdiff
path: root/src/map/struct/itemdext.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-24 23:22:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-24 23:22:07 +0300
commit083278009ab0d94d305754c14c7372b61f410931 (patch)
treee69cb84cdb882e829335bbd472fda031fb8995a6 /src/map/struct/itemdext.h
parent82293aa84c93ba1cbe822387a5cde55b979ffcb6 (diff)
downloadevol-hercules-083278009ab0d94d305754c14c7372b61f410931.tar.gz
evol-hercules-083278009ab0d94d305754c14c7372b61f410931.tar.bz2
evol-hercules-083278009ab0d94d305754c14c7372b61f410931.tar.xz
evol-hercules-083278009ab0d94d305754c14c7372b61f410931.zip
Add into item_db.conf option AllowPickup, by default true.
It allow pickup item from ground.
Diffstat (limited to 'src/map/struct/itemdext.h')
-rw-r--r--src/map/struct/itemdext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/struct/itemdext.h b/src/map/struct/itemdext.h
index 837f5bb..4dce554 100644
--- a/src/map/struct/itemdext.h
+++ b/src/map/struct/itemdext.h
@@ -7,6 +7,7 @@
struct ItemdExt
{
int floorLifeTime;
+ bool allowPickup;
};
#endif // EVOL_MAP_ITEMDEXT