summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-10-04 18:38:21 +0000
committerDennis Friis <peavey@placid.dk>2008-10-04 18:38:21 +0000
commita98907850bccc14fbdbe0eca1e99433f905119a6 (patch)
tree9b43dbc7ed3debdf0235b173f8051ec37699afec /src/map/battle.h
parentf607d15aca6a0eefd350b0643e42180625310967 (diff)
downloadtmwa-a98907850bccc14fbdbe0eca1e99433f905119a6.tar.gz
tmwa-a98907850bccc14fbdbe0eca1e99433f905119a6.tar.bz2
tmwa-a98907850bccc14fbdbe0eca1e99433f905119a6.tar.xz
tmwa-a98907850bccc14fbdbe0eca1e99433f905119a6.zip
relax dropstealing protection. Mantis #429, patch by fate.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 27e1e6f..02283c9 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -336,6 +336,8 @@ extern struct Battle_Config {
int spam_threshold;
int chat_maxline;
+ int drop_pickup_safety_zone; // [Fate] Max. distance to an object dropped by a kill by self in which dropsteal protection works
+
#ifndef TXT_ONLY /* SQL-only options */
int mail_system; // [Valaris]
#endif