summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-02-05 18:58:39 -0200
committershennetsind <ind@henn.et>2013-02-05 18:58:39 -0200
commit2eb3e450d53a450d2493fae0ede3632802de6dd6 (patch)
treea938a98c1d3b856dd37cc989ac0d39d2de58abe1 /src/map/battle.h
parentc69e4b6cf853d31f18ef9c2f04d2bc965f4ad158 (diff)
downloadhercules-2eb3e450d53a450d2493fae0ede3632802de6dd6.tar.gz
hercules-2eb3e450d53a450d2493fae0ede3632802de6dd6.tar.bz2
hercules-2eb3e450d53a450d2493fae0ede3632802de6dd6.tar.xz
hercules-2eb3e450d53a450d2493fae0ede3632802de6dd6.zip
Updating Headers of modified files
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 6586f4561..1354da78a 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
#ifndef _BATTLE_H_
#define _BATTLE_H_
@@ -483,9 +484,12 @@ extern struct Battle_Config
int atcommand_mobinfo_type;
int mob_size_influence; // Enable modifications on earned experience, drop rates and monster status depending on monster size. [mkbu95]
+
+ /** Hercules **/
int skill_trap_type;
int item_restricted_consumption_type;
int max_walk_path;
+
} battle_config;
void do_init_battle(void);