summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
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