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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 3153925..66ca3d4 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -349,6 +349,7 @@ extern struct Battle_Config
int drop_pickup_safety_zone; // [Fate] Max. distance to an object dropped by a kill by self in which dropsteal protection works
int itemheal_regeneration_factor; // [Fate] itemheal speed factor
+ int mob_splash_radius;
} battle_config;
int battle_config_read (const char *cfgName);