summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-25 23:58:19 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-25 23:58:19 +0000
commitc776066a6116c2e2bfcd73eab7bcf2c044442292 (patch)
tree006717c1b3f4dac8e8d96217d67fb0a503f13436 /src/map/battle.h
parent32a5e256118b92e2dd1b6e2ed0b7417e44f00e66 (diff)
downloadhercules-c776066a6116c2e2bfcd73eab7bcf2c044442292.tar.gz
hercules-c776066a6116c2e2bfcd73eab7bcf2c044442292.tar.bz2
hercules-c776066a6116c2e2bfcd73eab7bcf2c044442292.tar.xz
hercules-c776066a6116c2e2bfcd73eab7bcf2c044442292.zip
- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag to determine what to erase. &1 for elemental fields, &2 for traps. Also rewrote how it works to prevent missing elements (since each time an element is erased, the array contents shift)
- Added battle config traps_setting to determine how traps should behave. With &1 traps are invisible if you didn't see them get set up. With &2 traps will be removed after changing maps. The default is 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6285 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 4918fc0a1..9bd6fc2d0 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -109,6 +109,7 @@ extern struct Battle_Config {
unsigned short pc_damage_delay_rate;
unsigned short defnotenemy;
unsigned short vs_traps_bctall;
+ unsigned short traps_setting;
unsigned short clear_unit_ondeath; //[Skotlex]
unsigned short random_monster_checklv;
unsigned short attr_recover;