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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index fc4af0788..ba631bdca 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -419,7 +419,11 @@ extern struct Battle_Config {
unsigned short cell_stack_limit; // [Skotlex]
unsigned short skill_caster_check; // [Skotlex]
unsigned short sc_castcancel; // [Skotlex]
- unsigned short sc_def_rate; // [Skotlex]
+ unsigned short pc_sc_def_rate; // [Skotlex]
+ unsigned short mob_sc_def_rate;
+ unsigned short pc_max_sc_def;
+ unsigned short mob_max_sc_def;
+
} battle_config;
void do_init_battle(void);